food_wechat/package.json

17 lines
298 B
JSON
Raw Normal View History

2024-04-15 16:12:55 +08:00
{
"name": "food_wechat",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
2024-05-29 21:49:52 +08:00
"mqtt": "^2.18.9",
2024-04-15 16:12:55 +08:00
"uview-ui": "^2.0.36"
2024-05-29 21:49:52 +08:00
},
"description": ""
2024-04-15 16:12:55 +08:00
}