HJ_Client/extensions/nodetree/package.json
DESKTOP-15R5JU0\legu 62fef0360c init
2023-11-17 14:13:11 +08:00

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"
]
}
}
}
}