-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
52 lines (52 loc) · 1.17 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "revoice.js",
"version": "0.1.7541",
"description": "A voice module for Revolt",
"main": "index.js",
"typings": "./typings/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified. For tests see experimental branch.\" && exit 1",
"docs": "jsdoc -c jsdoc.json",
"typings": "tsc -p ."
},
"keywords": [
"voice",
"sound",
"revolt",
"revolt.js",
"ffmpeg",
"streams",
"voice channels"
],
"files": [
"src/Media.js",
"src/Revoice.js",
"src/Signaling.js",
"src/User.js",
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/ShadowLp174/revoice.js"
},
"homepage": "https://github.com/ShadowLp174/revoice.js",
"bugs": {
"url": "https://github.com/ShadowLp174/revoice.js/issues",
"email": "shadowlp174@gmail.com"
},
"author": "ShadowLp174",
"license": "MIT",
"dependencies": {
"better-docs": "^2.7.2",
"ffmpeg-static": "^5.0.2",
"msc-node": "^0.0.10",
"prism-media": "^1.3.4",
"revolt-api": "^0.5.5",
"taffydb": "^2.7.3",
"ws": "^8.8.1"
},
"devDependencies": {
"@types/node": "^18.11.18",
"typescript": "^4.9.4"
}
}