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

28 lines
603 B

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. },
  10. "keywords": [],
  11. "author": "maochaoying",
  12. "license": "ISC",
  13. "dependencies": {
  14. "bcryptjs": "^2.4.3",
  15. "dotenv": "^16.0.3",
  16. "jsonwebtoken": "^9.0.0",
  17. "koa": "^2.14.1",
  18. "koa-body": "^6.0.1",
  19. "koa-router": "^12.0.0",
  20. "moment": "^2.29.4",
  21. "mysql2": "^3.2.0",
  22. "sequelize": "^6.29.1",
  23. "uuid": "^9.0.0"
  24. },
  25. "devDependencies": {
  26. "nodemon": "^2.0.21"
  27. }
  28. }