forked from BrowserBox/BrowserBox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 690 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "@browserbox/audio-server",
"type": "module",
"version": "7.1.2",
"description": "Record pulseaudio, or windows monitor and serve ws or http streams",
"main": "index.js",
"scripts": {
"clean": "node exec.js \"./scripts/clean.sh\"",
"postinstall": "node exec.js \"./scripts/install_config.sh\"",
"test": "node index.js"
},
"author": "@dosy, forked and modified from work by original author, Jerko Steiner",
"license": "(PolyForm-Noncommercial-1.0.0 OR Dosyago-Commercial-License-1.1.1-or-later)",
"dependencies": {
"@dosy/wav": "^1.1.2",
"@dosy/ws": "^8.11.6",
"cors": "^2.8.5",
"exit-on-epipe": "^1.0.1",
"ws": "^8.11.0"
}
}