SmartStorage/package.json

19 lines
369 B
JSON
Raw Normal View History

2023-12-20 15:15:23 +08:00
{
"dependencies": {
2023-12-24 14:19:53 +08:00
"qs": "^6.11.2",
2023-12-20 15:15:23 +08:00
"uni-read-pages": "^1.0.5",
"uni-simple-router": "^2.0.8-beta.4"
2024-07-30 09:43:51 +08:00
},
"name": "smartstorage",
"version": "1.0.0",
"main": "main.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
2023-12-20 15:15:23 +08:00
}