package.json 455 B

12345678910111213141516171819202122
  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. },
  10. "devDependencies": {},
  11. "scripts": {
  12. "test": "echo \"Error: no test specified\" && exit 1"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "https://gitee.com/he2802/chedao-applet.git"
  17. },
  18. "keywords": [],
  19. "author": "",
  20. "license": "ISC",
  21. "description": ""
  22. }