ZYC-mobile/package.json

29 lines
557 B
JSON
Raw Normal View History

2025-05-22 16:24:05 +08:00
{
"name": "fastbee-app",
"version": "1.0.0",
"description": "智能路灯",
"homepage": "https://ZYC.cn",
"main": "main.js",
"dependencies": {
"jsencrypt": "^3.3.2",
"moment": "^2.30.1",
"mqtt": "^3.0.0",
"vue-i18n": "^9.13.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://code.wumei.live/ultimate/wumei-smart-app.git"
},
"keywords": [
"fastbee"
],
"author": "fastbee",
"license": "ISC",
"devDependencies": {
"code-inspector-plugin": "^0.20.7"
}
}