package.json 1021 B

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