石墨消解仪后端用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.

26 lines
575 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": "graphite-middleware-nodejs",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "main.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. "dotenv": "^16.0.3",
  16. "moment": "^2.29.4",
  17. "mysql2": "^3.2.0",
  18. "pm2": "^5.3.0",
  19. "sequelize": "^6.29.1",
  20. "uuid": "^9.0.0",
  21. "ws": "^8.13.0"
  22. },
  23. "devDependencies": {
  24. "nodemon": "^2.0.21"
  25. }
  26. }