package.json 460 B

123456789101112131415161718192021222324
  1. {
  2. "name": "HSMSV1-app",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "main.js",
  6. "scripts": {
  7. "production": "node ./upload/production.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "http://git.dashitech.com/wangyaxiang/HSMSV1-app.git"
  12. },
  13. "keywords": [],
  14. "author": "",
  15. "license": "ISC",
  16. "dependencies": {
  17. "weixin-jsapi": "^1.1.0"
  18. },
  19. "devDependencies": {
  20. "shelljs": "^0.8.5",
  21. "ssh2-sftp-client": "^7.2.0"
  22. }
  23. }