package.json 371 B

12345678910111213141516171819
  1. {
  2. "name": "mzmini",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "http://git.cc-lotus.info/sckj/mzmini.git"
  12. },
  13. "author": "",
  14. "license": "ISC",
  15. "dependencies": {
  16. "@vant/weapp": "^1.8.2",
  17. "weui": "^2.4.4"
  18. }
  19. }