12345678910111213141516171819 |
- {
- "name": "mzmini",
- "version": "1.0.0",
- "description": "",
- "main": "app.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "http://git.cc-lotus.info/sckj/mzmini.git"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@vant/weapp": "^1.8.2",
- "weui": "^2.4.4"
- }
- }
|