123456789101112131415161718 |
- {
- "name": "channel_business",
- "version": "1.0.0",
- "description": "业务交流通",
- "main": "app.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "http://192.168.18.147:9000/liugang/channel_business.git"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@vant/weapp": "^1.7.2"
- }
- }
|