34 lines
567 B
JSON
34 lines
567 B
JSON
{
|
|
"package_version": 2,
|
|
"version": "1.0.0",
|
|
"name": "nodetree",
|
|
"description": "i18n:nodetree.description",
|
|
"main": "./dist/main.js",
|
|
"devDependencies": {
|
|
"@types/node": "^16.0.1",
|
|
"typescript": "^4.3.4"
|
|
},
|
|
"author": "Cocos Creator",
|
|
"editor": ">=3.6.2",
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"watch": "tsc -w"
|
|
},
|
|
"contributions": {
|
|
"menu": [
|
|
{
|
|
"path": "工作台",
|
|
"label": "更新prefab提示文件",
|
|
"message": "update_Prefab"
|
|
}
|
|
],
|
|
"messages": {
|
|
"update_Prefab": {
|
|
"methods": [
|
|
"update_Prefab"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|