123456789101112131415161718192021 |
- {
- "name": "smart-canteen",
- "version": "1.0.0",
- "main": "app.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "http://git.cc-lotus.info/Free-canteen/smart-canteen.git"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@vant/weapp": "^1.6.9",
- "miniprogram-sm-crypto": "^0.3.0",
- "vant-weapp": "^0.5.29"
- },
- "devDependencies": {},
- "description": ""
- }
|