{ "name": "speechsub", "version": "0.2.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": "app.js", "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "@ngrok/ngrok": "^1.4.1", "express": "^4.21.0", "multer": "^1.4.5-lts.1", "obs-websocket-js": "^5.0.6", "socket.io": "^4.8.0" }, "pkg": { "assets": [ "public/*", "node_modules/socket.io/client-dist/**/*" ], "outputPath": "dist" } }