-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 971 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "audio-forwarder",
"version": "1.5.5",
"description": "Forward user voice from Discord to be accessible on web",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --trace-warnings src/index.js",
"dev": "nodemon src/index.js"
},
"keywords": [],
"author": "",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@discordjs/opus": "^0.3.3",
"audio-mixer": "^2.1.4",
"bufferutil": "^4.0.2",
"compression": "^1.7.4",
"discord.js-light": "^3.5.0",
"dotenv": "^8.2.0",
"erlpack": "github:discord/erlpack",
"express": "^4.17.1",
"fluent-ffmpeg": "^2.1.2",
"helmet": "^4.2.0",
"morgan": "^1.10.0",
"socket.io": "^3.0.4",
"socket.io-stream": "^0.9.1",
"utf-8-validate": "^5.0.3",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"axios": "^0.21.1",
"nodemon": "^2.0.6",
"socket.io-client": "^3.0.4"
}
}