package.json 404 B

123456789101112131415161718192021
  1. {
  2. "name": "jzmall_wx",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "app.js",
  6. "directories": {
  7. "lib": "lib"
  8. },
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "http://47.102.110.240:3000/yuxiangpei/jzmall_wx.git"
  15. },
  16. "author": "",
  17. "license": "ISC",
  18. "dependencies": {
  19. "@vant/weapp": "^1.6.8"
  20. }
  21. }