You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
480 B

6 days ago
  1. {
  2. "name": "speechsub",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "bin": "app.js",
  9. "keywords": [],
  10. "author": "",
  11. "license": "ISC",
  12. "description": "",
  13. "dependencies": {
  14. "@ngrok/ngrok": "^1.4.1",
  15. "express": "^4.21.0",
  16. "multer": "^1.4.5-lts.1",
  17. "obs-websocket-js": "^5.0.6",
  18. "socket.io": "^4.8.0"
  19. },
  20. "pkg": {
  21. "assets": "public/*",
  22. "outputPath": "dist"
  23. }
  24. }