-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.48 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
{
"name": "nexus",
"version": "1.0.0",
"description": "",
"main": "build/bot.js",
"type": "module",
"engines": {
"node": ">=20.0.0 <21.0.0"
},
"scripts": {
"build": "tsc",
"start": "node -r dotenv/config .",
"dockerize": "docker build . -t w0lfb0mb/nexus-bot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/W0LFB0MB/NEXUS.git"
},
"author": "W0LFB0MB",
"license": "MIT",
"bugs": {
"url": "https://github.com/W0LFB0MB/NEXUS/issues"
},
"homepage": "https://github.com/W0LFB0MB/NEXUS#readme",
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.21",
"@types/fluent-ffmpeg": "^2.1.24",
"@types/he": "^1.2.3",
"@types/node": "^20.11.0",
"@types/pg": "^8.10.9",
"@types/tmi.js": "^1.8.6",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint": "^8.56.0",
"typescript": "^5.3.3"
},
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/rest": "^2.2.0",
"@discordjs/voice": "^0.16.1",
"discord-api-types": "^0.37.67",
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"ffmpeg-static": "^5.2.0",
"fluent-ffmpeg": "^2.1.2",
"google-auth-library": "^9.4.2",
"googleapis": "^130.0.0",
"he": "^1.2.0",
"libsodium-wrappers": "^0.7.13",
"pg": "^8.11.3",
"socket.io": "^4.7.4",
"sqlite3": "^5.1.7",
"tmi.js": "^1.8.5",
"ytdl-core": "^4.11.5"
}
}