石墨消解仪后端用nodejs编写,与嵌入式端交互和前端交互均用ws
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
732 B

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. {
  2. "name": "chicken-breeding-nodejs",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "dev": "nodemon ./src/main.js",
  8. "test": "node ./src/test/tcpClient.js",
  9. "prod": "pm2 start ./src/main.js --name chicken-nodejs"
  10. },
  11. "keywords": [],
  12. "author": "maochaoying",
  13. "license": "ISC",
  14. "dependencies": {
  15. "bcryptjs": "^2.4.3",
  16. "dotenv": "^16.0.3",
  17. "install": "^0.13.0",
  18. "jsonwebtoken": "^9.0.0",
  19. "koa": "^2.14.1",
  20. "koa-body": "^6.0.1",
  21. "koa-router": "^12.0.0",
  22. "moment": "^2.29.4",
  23. "mysql2": "^3.2.0",
  24. "pm2": "^5.3.0",
  25. "sequelize": "^6.29.1",
  26. "uuid": "^9.0.0",
  27. "ws": "^8.13.0"
  28. },
  29. "devDependencies": {
  30. "nodemon": "^2.0.21"
  31. }
  32. }