console-pro-free/console-pro/package.json
la vie est belle 620637fd28 first commit
2023-11-01 10:27:59 +08:00

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