package.json 531 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "pc-repair",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "development": "node ./upload/development.js",
  8. "production": "node ./upload/production.js",
  9. "build": "npx gulp build"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "http://git.dashitech.com/seimin/zuel-itsm-3.0.2.git"
  14. },
  15. "keywords": [],
  16. "author": "",
  17. "license": "ISC",
  18. "devDependencies": {
  19. "del": "^6.0.0",
  20. "gulp": "^4.0.2",
  21. "shelljs": "^0.8.5",
  22. "ssh2-sftp-client": "^7.2.0"
  23. }
  24. }