forked from DarkThunder99/Bot-with-Dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
129 lines (129 loc) · 3.44 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "150-Commands-V2",
"version": "2.0.0",
"author": "",
"main": "node index.js",
"scripts": {
"start": "npm-run-all --parallel bot dashboard",
"bot": "node index.js",
"dashboard": "node dashboard-run.js",
"dev": "npm-run-all --parallel dev:bot dev:dashboard",
"dev:bot": "node --trace-warnings index.js",
"dev:dashboard": "node --trace-warnings dashboard-run.js",
"format": "prettier --write . --ignore-unknown",
"format:check": "prettier --check .",
"test": "jest --passWithNoTests"
},
"dependencies": {
"@discordjs/opus": "^0.3.3",
"@iamtraction/google-translate": "^1.1.2",
"@quick.eco/mysql": "^1.0.2",
"amethyste-api": "^1.1.4",
"array.prototype.move": "0.0.4",
"ascii-table": "^0.0.9",
"axios": "^0.21.1",
"beautify": "^0.0.8",
"body-parser": "^1.19.0",
"booru": "^2.3.2",
"canvacord": "^5.1.0",
"canvas": "^2.8.0",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.3",
"coloras": "^1.3.2",
"common-tags": "^1.8.0",
"dateformat": "^3.0.3",
"delay": "^4.4.0",
"discord-buttons": "^4.0.0",
"discord-emoji-convert": "^1.6.0",
"discord-giveaways": "^4.5.1",
"discord-logs": "^1.9.0",
"discord-youtube-api": "^0.1.0",
"discord-ytdl-core": "^4.1.3",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"erela.js": "^2.0.0",
"event-handler": "^1.0.1",
"express": "^4.17.1",
"express-session": "^1.17.1",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^4.2.7",
"figlet": "^1.5.0",
"flip-text": "^1.1.0",
"form-data": "^3.0.0",
"genius-api": "^0.3.0",
"genius-lyrics": "^4.0.0",
"get-youtube-playlist-id": "0.0.1",
"googleapis": "^60.0.1",
"got": "^11.7.0",
"gradient-string": "^1.2.0",
"hastebin": "^0.2.1",
"https": "^1.0.0",
"humanize-duration": "^3.26.0",
"i": "^0.3.6",
"isgd": "^1.1.3",
"jest": "^27.0.6",
"jimp": "^0.16.1",
"lyrics-finder": "^21.4.0",
"mal-scraper": "^2.11.2",
"math-expression-evaluator": "^1.2.22",
"mathjs": "^9.4.2",
"memorystore": "^1.6.2",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.31",
"ms": "^2.1.2",
"mysql": "^2.18.1",
"nekos.life": "^2.0.7",
"node-fetch": "^2.6.1",
"node-os-utils": "^1.3.5",
"node-pre-gyp": "^0.15.0",
"node.js": "0.0.1-security",
"npm": "^7.20.5",
"opusscript": "^0.0.7",
"os": "^0.1.1",
"os-utils": "0.0.14",
"parse-ms": "^2.1.0",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"percentagebar": "^1.0.3",
"popcat-wrapper": "^1.3.7",
"quick.db": "^7.1.2",
"quick.eco": "^6.0.0",
"random-puppy": "^1.1.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"scrape-yt": "^1.4.3",
"sequelize": "^6.3.5",
"simple-youtube-api": "^5.2.1",
"snekfetch": "^4.0.4",
"soundcloud-downloader": "^0.1.8",
"sqlite3": "^5.0.0",
"srod-v2": "^1.0.1",
"string-progressbar": "^1.0.1",
"to-zalgo": "^1.0.1",
"uid-safe": "^2.1.5",
"weather-js": "^2.0.0",
"youtube-sr": "^4.0.5",
"ytdl-core": "^4.8.3",
"ytdl-core-discord": "^1.2.3"
},
"devDependencies": {
"node": "^14.17.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.2"
},
"engines": {
"node": "12.x"
},
"license": "MIT",
"keywords": [
"node",
"discord",
"bot"
],
"directories": {
"lib": "lib"
},
"description": ""
}