您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

19 行
368 B

  1. {
  2. "name": "deployment",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "deployAppClientLive.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "async": "^3.1.0",
  13. "fs-extra": "^8.1.0",
  14. "ssh2": "^0.8.7",
  15. "zfolder": "^1.1.2",
  16. "zip-folder": "^1.0.0"
  17. }
  18. }