package.json 829 B

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