package.json 901 B

123456789101112131415161718192021222324252627282930313233343536
  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. "cnchar": "^3.2.6",
  17. "express": "^4.21.1",
  18. "express-session": "^1.18.1",
  19. "html-entities": "^2.5.2",
  20. "https": "^1.0.0",
  21. "https-proxy-agent": "^7.0.6",
  22. "js-queue": "^2.0.2",
  23. "minimist": "^1.2.8",
  24. "mysql2": "^3.11.5",
  25. "node-fetch": "^2.7.0",
  26. "node-run-cmd": "^1.0.1",
  27. "nodemailer": "^6.9.16",
  28. "opencc": "github:BYVoid/OpenCC",
  29. "send-seekable": "^1.0.4",
  30. "sort-array": "^5.0.0",
  31. "sqlite3": "^5.1.7",
  32. "webp-converter": "^2.3.3",
  33. "webp-converter-browser": "^1.0.4",
  34. "ws": "^8.18.0"
  35. }
  36. }