package.json 482 B

1234567891011121314151617181920212223
  1. {
  2. "name": "zz-applet",
  3. "version": "1.0.0",
  4. "main": "main.js",
  5. "dependencies": {
  6. "jweixin-module": "^1.6.0",
  7. "tki-qrcode": "^0.1.6",
  8. "uview-ui": "^1.8.3",
  9. "vconsole": "^3.15.0"
  10. },
  11. "devDependencies": {},
  12. "scripts": {
  13. "test": "echo \"Error: no test specified\" && exit 1"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://gitee.com/he2802/chedao-applet.git"
  18. },
  19. "keywords": [],
  20. "author": "",
  21. "license": "ISC",
  22. "description": ""
  23. }