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

{
"name": "speechsub",
"version": "1.0.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/*",
"outputPath": "dist"
}
}