package.json 748 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "instrunet_backend",
  3. "version": "1.0.0",
  4. "main": "main.js",
  5. "scripts": {
  6. "test": "node main.js",
  7. "start-https": "node main.js --https=true",
  8. "start-http": "node main.js --https=false"
  9. },
  10. "keywords": [],
  11. "author": "",
  12. "license": "MIT",
  13. "description": "",
  14. "dependencies": {
  15. "body-parser": "^1.20.3",
  16. "express": "^4.21.1",
  17. "html-entities": "^2.5.2",
  18. "https": "^1.0.0",
  19. "minimist": "^1.2.8",
  20. "mysql2": "^3.11.5",
  21. "node-cron": "^3.0.3",
  22. "node-run-cmd": "^1.0.1",
  23. "nodemailer": "^6.9.16",
  24. "opencc": "github:BYVoid/OpenCC",
  25. "send-seekable": "^1.0.4",
  26. "sqlite3": "^5.1.7",
  27. "swagger-jsdoc": "^6.2.8",
  28. "swagger-ui-express": "^5.0.1",
  29. "ws": "^8.18.0"
  30. }
  31. }