-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 1.46 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "cadence-musicbot",
"version": "2.1.5",
"description": "A music bot built with discord.js",
"homepage": "https://musicbot.ga",
"main": "index.js",
"scripts": {
"start-slim": "node .",
"start-write": "node index -w",
"start-safe": "node index -s",
"start": "node index -w -s"
},
"keywords": [
"musicbot",
"discordjs",
"cadence"
],
"author": "Johann Laur",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/johann-lr/Cadence"
},
"bugs": {
"url": "https://github.com/johann-lr/Cadence/issues"
},
"os": [
"darwin",
"linux"
],
"dependencies": {
"better-sqlite-pool": "^0.2.2",
"better-sqlite3": "^5.4.3",
"body-parser": "^1.19.0",
"bufferutil": "^4.0.1",
"discord.js": "^11.5.1",
"ejs": "^2.7.1",
"enmap": "^4.8.7",
"erlpack": "^0.1.2",
"express": "^4.17.1",
"express-session": "^1.16.2",
"helmet": "^3.21.1",
"inquirer": "^6.5.2",
"integer": "^2.1.0",
"level": "^5.0.1",
"level-session-store": "^2.2.0",
"libsodium-wrappers": "^0.7.5",
"lodash": "^4.17.15",
"marked": "^0.7.0",
"moment": "^2.24.0",
"moment-duration-format": "^2.3.2",
"node-opus": "^0.3.1",
"passport": "^0.4.0",
"passport-discord": "^0.1.3",
"request": "^2.88.0",
"spotify-url-info": "^1.3.0",
"youtube-search": "^1.1.4",
"ytdl-core": "^0.29.7",
"ytdl-core-discord": "^1.0.3",
"ytpl": "^0.1.17",
"zucc": "^0.1.2"
},
"devDependencies": {
"ejs-lint": "^0.3.0",
"prism-media": "^1.1.0"
}
}