-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 996 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
40
41
{
"name": "rexroth",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"@discordjs/opus": "^0.5.0",
"amethyste-api": "^1.1.5",
"ascii-table": "^0.0.9",
"axios": "^0.21.1",
"canvacord": "^5.2.0",
"colors": "^1.4.0",
"common-tags": "^1.8.0",
"discord-giveaways": "^4.5.1",
"discord-image-generation": "^1.4.9",
"discord-reply": "^0.1.2",
"discord.js": "^12.5.1",
"distube": "^2.8.13",
"ffmpeg-static": "^4.3.0",
"imdb-api": "^4.4.1",
"kitsu.js": "^2.0.0",
"lyrics-finder": "^21.7.0",
"mal-scraper": "^2.11.3",
"mongoose": "^5.9.15",
"node-fetch": "^1.7.3",
"reconlx": "^1.2.41",
"scrape-yt": "^1.4.8",
"srod-v2": "^1.0.2",
"ytdl-core": "^4.8.2",
"ytdl-core-discord": "^1.3.0"
},
"engines": {
"node": "12.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"description": ""
}