mirror of
https://gitee.com/la-vie/console-pro-free.git
synced 2024-12-25 03:09:15 +00:00
29 lines
612 B
JSON
29 lines
612 B
JSON
{
|
|
"name": "console-pro",
|
|
"version": "0.0.1",
|
|
"description": "Cocos Console Pro",
|
|
"author": "Louis Ren",
|
|
"main": "main.js",
|
|
"main-menu": {
|
|
"i18n:MAIN_MENU.package.title/i18n:console-pro.title": {
|
|
"message": "console-pro:open"
|
|
}
|
|
},
|
|
"panel": {
|
|
"main": "panel/index.js",
|
|
"type": "dockable",
|
|
"title": "i18n:console-pro.title",
|
|
"min-width": 600,
|
|
"min-height": 260,
|
|
"max-width": 1200,
|
|
"max-height": 800,
|
|
"width": 850,
|
|
"height": 330,
|
|
"icon": "./static/images/icon.png"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.0",
|
|
"clipboard": "^2.0.11"
|
|
}
|
|
}
|