package.json 732 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "wechat-app-mall",
  3. "version": "8.4.0",
  4. "description": "删除 <float-menu />",
  5. "main": "app.js",
  6. "dependencies": {
  7. "@vant/weapp": "^1.6.8",
  8. "apifm-wxapi": "^3.36.0",
  9. "wxa-plugin-canvas": "^1.1.12",
  10. "wxbarcode": "^1.0.2"
  11. },
  12. "devDependencies": {},
  13. "scripts": {
  14. "test": "echo \"Error: no test specified\" && exit 1"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "git+https://github.com/EastWorld/wechat-app-mall.git"
  19. },
  20. "keywords": [
  21. "微店",
  22. "小店",
  23. "微商城"
  24. ],
  25. "author": "gooking",
  26. "license": "ISC",
  27. "bugs": {
  28. "url": "https://github.com/EastWorld/wechat-app-mall/issues"
  29. },
  30. "homepage": "https://github.com/EastWorld/wechat-app-mall#readme"
  31. }