-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
64 lines (64 loc) · 1.88 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "discord-bots",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "Blaze",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.5.3",
"array.prototype.move": "0.0.4",
"axios": "^0.21.1",
"canvas": "^2.8.0",
"cheerio": "^1.0.0-rc.10",
"colors": "^1.4.0",
"dadjokes-wrapper": "^0.1.4",
"discord-slash-commands": "^1.2.4",
"discord-slash-commands-client": "^1.2.1",
"discord.js": "^12.5.3",
"dotenv": "^10.0.0",
"enmap": "^5.8.5",
"erit-ytdl": "^0.1.3",
"event": "^1.0.0",
"ffmpeg": "0.0.4",
"ffmpeg-static": "^4.4.0",
"fluent-ffmpeg": "^2.1.2",
"fs": "0.0.1-security",
"images-scraper": "^6.3.0",
"includes": "0.0.7",
"install": "^0.13.0",
"localtunnel": "^2.0.1",
"lyrics-finder": "^21.7.0",
"miniget": "^4.2.1",
"moment": "^2.29.1",
"node-fetch": "^2.6.1",
"node-spotify-api": "^1.1.1",
"node-superfetch": "^0.2.3",
"npm": "^7.19.0",
"npm-check-updates": "^11.7.1",
"pm2": "^5.1.0",
"querystring": "^0.2.1",
"regexp": "^1.0.0",
"request": "^2.88.2",
"rss-parser": "^3.12.0",
"simple-youtube-api": "^5.2.1",
"soundcloud-downloader": "^1.0.0",
"spotify-api": "0.0.0",
"spotify-uri": "^2.2.0",
"spotify-url-info": "^2.2.3",
"string-progressbar": "^1.0.4",
"superagent": "^6.1.0",
"turndown": "^7.0.0",
"webhook-discord": "^3.7.7",
"ytdl-core": "^4.9.1",
"ytdl-core-discord": "^1.3.1",
"ytsr": "^3.5.0"
},
"engines": {
"node": "v12.18.3",
"npm": "6.14.4"
},
"scripts": {
"start": "pm2-runtime start ecosystem.config.js --env production"
}
}