-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
39 lines (39 loc) · 928 Bytes
/
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
{
"name": "kato-bot",
"version": "4.1.0",
"description": "Kato-Bot Public Version",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KatowProject/Kato-Bot.git"
},
"keywords": [
"discord-bot"
],
"author": "ManLord#3143",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/KatowProject/Kato-Bot/issues"
},
"homepage": "https://github.com/KatowProject/Kato-Bot#readme",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"axios": "^1.2.5",
"better-sqlite3": "^8.0.1",
"cpu-stat": "^2.0.1",
"discord-logs": "^2.2.1",
"discord-player": "^5.3.2",
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"ffmpeg-static": "^5.1.0",
"g-i-s": "^2.1.6",
"moment": "^2.29.4",
"ms": "^2.1.3",
"os": "^0.1.2",
"play-dl": "^1.9.6",
"quick.db": "^9.0.8"
}
}