package.json 958 B

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