cocos-enhance-kit/extension/package.json

30 lines
657 B
JSON
Raw Normal View History

{
"name": "enhance-kit",
"version": "2.0.0",
"description": "This extension provides support for cocos enhance kit.",
"author": "SmallMain",
"main": "main.js",
"panel": {
"main": "panel/index.js",
"type": "dockable",
"title": "i18n:enhance-kit.settings_title",
"width": 500,
"height": 600,
"min-width": 500,
"min-height": 600
},
"main-menu": {
"i18n:MAIN_MENU.project.title/i18n:enhance-kit.settingsmenuname": {
"message": "enhance-kit:openSettings"
}
},
"runtime-resource": {
"path": "resources",
"name": "resources"
},
"reload": {
"ignore": [
"resources/**/*"
]
}
2024-10-25 09:49:07 +00:00
}