-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.06 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
{
"name": "kurozorabot",
"version": "1.0.0",
"description": "Kurozora Discord bot for finding anime and manga from Kurozora.app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"discord",
"discordjs",
"kurozora",
"anime",
"manga",
"game",
"music",
"search",
"slash commands",
"poll",
"image",
"cat",
"dog",
"fox"
],
"author": "Kirito",
"license": "GPLv3",
"dependencies": {
"@arno500/prism-media": "^2.0.0-alpha.1",
"@discord-player/extractor": "^4.5.1",
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.17.0",
"@mapbox/node-pre-gyp": "^1.0.11",
"@yujinakayama/apple-music": "^0.4.1",
"axios": "^1.7.5",
"discord-player": "^6.7.1",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"ffmpeg-static": "^5.2.0",
"libsodium-wrappers": "^0.7.15",
"moment": "^2.30.1",
"node-musickit-api": "^2.1.1",
"play-dl": "^1.9.7",
"qs": "^6.13.0",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7"
}
}