123456789101112131415161718 |
- {
- "name": "src",
- "version": "1.0.0",
- "description": "",
- "main": "main.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "dayjs": "^1.11.13",
- "qs": "^6.14.0",
- "uview-plus": "^3.4.9"
- }
- }
|