| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "vueiot-api",
- "version": "1.0.0",
- "description": "A Vue IoT API project",
- "main": "app.js",
- "scripts": {
- "start": "node app.js",
- "dev": "nodemon app.js",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "dependencies": {
- "bcrypt": "^5.1.1",
- "body-parser": "^1.20.2",
- "cors": "^2.8.5",
- "crypto-js": "^4.2.0",
- "dayjs": "^1.11.13",
- "express": "^4.18.2",
- "jsonwebtoken": "^9.0.2",
- "mqtt": "^5.10.3",
- "multer": "^1.4.5-lts.1",
- "mysql2": "^3.6.0",
- "uuid": "^11.1.0",
- "winston": "^3.11.0"
- },
- "devDependencies": {
- "nodemon": "^3.0.2"
- },
- "engines": {
- "node": ">=16.0.0"
- },
- "repository": {
- "type": "git",
- "url": "https://git.caner.top/yangfei/vueiot-api.git"
- },
- "author": "Your Name",
- "license": "MIT"
- }
|