-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
47 lines (47 loc) · 1.13 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": "shuka-beta",
"version": "v8.0.0",
"description": "Anime 🧡",
"main": "shuka.js",
"scripts": {
"start": "node shuka.js"
},
"dependencies": {
"@discordjs/voice": "^0.5.5",
"aki-api": "^5.2.1",
"erela.js": "^2.3.2",
"ffmpeg-static": "^4.2.7",
"cheerio": "^1.0.0-rc.3",
"common-tags": "^1.8.0",
"discord.js": "^13.1.0",
"figlet": "^1.5.0",
"jimp": "^0.16.1",
"kitsu.js": "^2.0.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.10.13",
"pokedex-api": "^1.1.2",
"request": "^2.88.2",
"twemoji": "^13.0.1",
"wikijs": "^6.0.0",
"jikan-node": "^1.2.1",
"booru": "^2.4.0",
"node-myanimelist": "^3.0.4",
"mal-scraper": "^2.11.2",
"simple-youtube-api": "^5.2.1",
"discord.js-minesweeper": "^1.0.6",
"node-fetch":"^2.6.1",
"canvas":"^2.6.1",
"nodejs-base64":"^1.0.3",
"opusscript": "^0.0.8",
"@top-gg/sdk": "^3.0.7",
"ytdl-core": "^4.1.5"
},
"engines": {
"node": "16.6.2"
},
"repository": {
"url": "https://github.com/TheHellCat0/discord-shuka-bot"
},
"license": "Apache-2.0"
}