-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
58 lines (58 loc) · 1.61 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
{
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/opus": "^0.5.3",
"@discordjs/rest": "^0.1.0-canary.0",
"@mongoosejs/double": "^0.2.0",
"@vitalets/google-translate-api": "^5.0.0",
"aw-client": "github:nccasia/aw-client-js",
"axios": "0.24.0",
"body-parser": "^1.19.0",
"broadcast-address": "^1.0.2",
"chrono-node": "^2.4.1",
"cors": "^2.8.5",
"cron": "^1.8.2",
"date-fns": "^2.28.0",
"dblapi.js": "^2.4.1",
"deepai": "^1.0.21",
"discord-api-types": "^0.22.0",
"discord-player": "^5.1.0",
"discord.js": "^13.1.0",
"dotenv": "^16.0.0",
"dotenv-validator": "^0.1.9",
"emoji-api": "^1.0.2",
"express": "^4.17.2",
"ffmpeg-static": "^4.2.8",
"hex-color-regex": "^1.1.0",
"image-downloader": "^4.0.3",
"is-url": "^1.2.4",
"local-devices": "^3.2.0",
"moment": "^2.29.1",
"mongoose": "^5.12.8",
"mongoose-unique-validation": "^0.1.0",
"ms": "^2.1.2",
"multer": "^1.4.4",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.1",
"parse-duration": "^1.0.2",
"play-dl": "^1.2.2",
"puppeteer": "^13.5.2",
"puppeteer-extra": "^3.2.3",
"puppeteer-extra-plugin-stealth": "^2.9.0",
"query-string": "^7.1.1",
"react-number-format": "^4.9.0",
"rss-parser": "^3.12.0",
"tiktok-scraper": "^1.4.23",
"topgg-autoposter": "^1.1.10",
"twemoji-parser": "^13.0.0",
"uuid": "^8.3.2",
"wake_on_lan": "^1.0.0"
},
"devDependencies": {
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"husky": "^7.0.0",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3"
}
}