-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.49 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.49 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "revoice.js",
"version": "0.2.1692",
"description": "A voice module for Stoat",
"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",
"bot",
"revolt",
"revolt.js",
"stoat",
"stoat.chat",
"stoat.js",
"ffmpeg",
"streams",
"voice channels"
],
"files": [
"src/Media.js",
"src/Revoice.js",
"src/Signaling.js",
"src/User.js",
"src/RevoiceV1.js",
"src/MediaV1.js",
"src/UserV1.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": {
"@livekit/rtc-node": "^0.13.20",
"better-docs": "^2.7.2",
"ffmpeg-static": "^5.0.2",
"fluent-ffmpeg": "^2.1.3",
"msc-node": "^0.0.26",
"music-metadata": "^11.9.0",
"prism-media": "^1.3.4",
"revolt-api": "^0.5.5",
"taffydb": "^2.7.3",
"wav": "^1.0.2",
"wavefile": "^11.0.0",
"ws": "^8.16.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
"typescript": "^4.9.4"
}
}