package.json 928 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "vueiot-api",
  3. "version": "1.0.0",
  4. "description": "A Vue IoT API project",
  5. "main": "app.js",
  6. "scripts": {
  7. "start": "node app.js",
  8. "dev": "nodemon app.js",
  9. "test": "echo \"Error: no test specified\" && exit 1"
  10. },
  11. "dependencies": {
  12. "bcrypt": "^5.1.1",
  13. "body-parser": "^1.20.2",
  14. "cors": "^2.8.5",
  15. "crypto-js": "^4.2.0",
  16. "dayjs": "^1.11.13",
  17. "express": "^4.18.2",
  18. "jsonwebtoken": "^9.0.2",
  19. "mqtt": "^5.10.3",
  20. "multer": "^1.4.5-lts.1",
  21. "mysql2": "^3.6.0",
  22. "uuid": "^11.1.0",
  23. "winston": "^3.11.0"
  24. },
  25. "devDependencies": {
  26. "nodemon": "^3.0.2"
  27. },
  28. "engines": {
  29. "node": ">=16.0.0"
  30. },
  31. "repository": {
  32. "type": "git",
  33. "url": "https://git.caner.top/yangfei/vueiot-api.git"
  34. },
  35. "author": "Your Name",
  36. "license": "MIT"
  37. }