-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.08 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.08 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
{
"name": "row-bot",
"version": "1.0.0",
"type": "module",
"description": "1st discord bot",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --experimental-json-modules ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/TelevisionNinja/Row-Bot.git"
},
"author": "TelevisionNinja",
"license": "MIT",
"bugs": {
"url": "https://github.com/TelevisionNinja/Row-Bot/issues"
},
"homepage": "https://github.com/TelevisionNinja/Row-Bot#readme",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.18.0",
"bufferutil": "^4.0.8",
"csv-parse": "^5.6.0",
"daily-intervals": "^3.0.7",
"discord.js": "^14.16.3",
"entities": "^5.0.0",
"node-fetch": "^3.3.2",
"p-queue": "^8.0.1",
"pg": "^8.13.1",
"play-dl": "^1.9.7",
"sodium-native": "^4.3.1",
"txml": "^5.1.1",
"undici": "^6.21.0",
"utf-8-validate": "^6.0.5",
"yt-search": "^2.12.1",
"zlib-sync": "^0.1.9"
},
"engines": {
"node": ">=22.0.0"
}
}