{ "name": "sftp", "version": "0.0.1", "description": "本地文件夹上传远端", "author": "Cocos Creator", "main": "main.js", "main-menu": { "i18n:MAIN_MENU.package.title/远程包上传2.0": { "message": "sftp:open-panel" } }, "panel": { "main": "panel/index.js", "type": "dockable", "title": "远程包上传2.0", "width": 430, "height": 300, "min-width": 430, "max-width": 430 }, "dependencies": { "archiver": "^5.1.0", "ssh2": "^0.8.9" } }