forked from XianhaiC/Voice-Bot
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.28 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
{
"name": "voice_bot",
"version": "1.0.0",
"description": "A discord bot that listens to voice commands",
"main": "index.js",
"engines": {
"node": "6.11.4",
"npm": "3.10.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XianhaiC/Voice-Bot.git"
},
"author": "Xianhai Cao",
"license": "ISC",
"bugs": {
"url": "https://github.com/XianhaiC/Voice-Bot/issues"
},
"homepage": "https://github.com/XianhaiC/Voice-Bot#readme",
"dependencies": {
"bindings": "^1.3.0",
"bufferutil": "^4.0.0",
"commander": "^2.16.0",
"discord.js": "^11.4.2",
"erlpack": "^0.1.2",
"ffmpeg": "0.0.4",
"fluent-ffmpeg": "^2.1.2",
"fs": "0.0.1-security",
"get-youtube-id": "^1.0.0",
"imgur-search": "^1.0.1",
"libsodium-wrappers": "^0.7.3",
"nan": "^2.10.0",
"node-gyp": "^3.7.0",
"node-opus": "^0.2.9",
"node-witai-speech": "^1.0.2",
"opusscript": "0.0.6",
"path": "^0.12.7",
"request": "^2.87.0",
"underscore": "^1.9.1",
"uws": "^99.0.0",
"youtube-info": "^1.2.0",
"ytdl": "^0.10.3",
"ytdl-core": "^0.18.7"
},
"devDependencies": {
"@types/underscore": "^1.8.8"
}
}