{ "name": "ccc-apk", "version": "0.0.1", "description": "Apk打包配置工具", "author": "Cocos Creator", "main": "main.js", "main-menu": { "i18n:MAIN_MENU.package.title/Apk打包配置": { "message": "ccc-apk:open-panel" } }, "panel": { "main": "panel/index.js", "type": "dockable", "title": "Apk打包配置", "width": 430, "height": 420, "min-width": 430, "max-width": 430 }, "dependencies": { "archiver": "^5.1.0", "ssh2": "^0.8.9" } }