package.json 505 B

1234567891011121314151617181920212223
  1. {
  2. "name": "zxyj-rider-mini-html",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "http://git.chelingzhu.com/chelingzhu-web/zxyj-rider-mini-html.git"
  12. },
  13. "keywords": [],
  14. "author": "",
  15. "license": "ISC",
  16. "dependencies": {
  17. "md5": "^2.3.0",
  18. "moment": "^2.29.1",
  19. "uview-ui": "^1.7.9",
  20. "weapp-qrcode": "^1.0.0"
  21. },
  22. "devDependencies": {}
  23. }