package.json 564 B

12345678910111213141516171819202122232425262728
  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. "crypto-js": "^4.1.1",
  18. "dayjs": "^1.11.10",
  19. "js-base64": "^3.7.5",
  20. "spinkit": "^2.0.1",
  21. "weixin-jsapi": "^1.1.0"
  22. },
  23. "devDependencies": {
  24. "shelljs": "^0.8.5",
  25. "ssh2-sftp-client": "^7.2.0"
  26. }
  27. }