-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 841 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 841 Bytes
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
{
"name": "Alice",
"version": "1.0.0",
"description": "Music bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"common-tags": "^1.4.0",
"github": "^12.0.1",
"google": "^2.1.0",
"opusscript": "^0.0.4",
"request": "^2.83.0",
"unirest": "^0.5.1",
"util": "^0.10.3",
"discord-webhooks": "^1.0.0",
"discord.js": "^11.2.1",
"express": "^4.16.2",
"ffmpeg": "^0.0.4",
"fs": "^0.0.1-security",
"moment": "^2.19.1",
"opusscript": "^0.0.4",
"redis-sessions": "^1.3.0",
"youtube-node": "^1.3.2",
"youtube-search": "^1.0.10",
"ytdl-core": "^0.18.1",
"request-promise-native": "^1.0.5",
"ffmpeg-binaries": "^3.2.2-3",
"snekfetch": "^3.6.0"
}
}