package.json 455 B

12345678910111213141516171819202122
  1. {
  2. "name": "zz-applet",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "main.js",
  6. "dependencies": {
  7. "jweixin-module": "^1.6.0",
  8. "tki-qrcode": "^0.1.6",
  9. "uview-ui": "^1.8.3"
  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. }