-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
71 lines (71 loc) · 1.89 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
{
"name": "legit_watchdog",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.3.2",
"@ksoft/api": "^3.1.9",
"@top-gg/sdk": "^3.0.3",
"aki-api": "^5.2.1",
"axios": "^0.19.2",
"base64-to-image": "^1.0.2",
"canvacord": "^5.0.8",
"canvas": "^2.8.0",
"chalk": "^4.1.0",
"chessboard-engine": "^0.1.0",
"cleverbot-free": "^1.0.5",
"colorthief": "^2.3.2",
"cors": "^2.8.5",
"dblapi.js": "^2.4.1",
"discord-buttons": "^4.0.0",
"discord-giveaways": "4.5.1",
"discord.js": "^12.5.3",
"discord.js-minesweeper": "^1.0.6",
"dotenv": "^8.2.0",
"emoji-unicode-map": "^1.1.11",
"erela.js": "^2.2.0",
"erela.js-spotify": "^1.2.0",
"express": "^4.17.1",
"firebase": "^7.17.1",
"gif-search": "^2.0.1",
"glob": "^7.1.6",
"got": "^11.5.1",
"is-image-url": "^1.1.8",
"lodash": "^4.17.19",
"log-symbols": "^4.0.0",
"mathjs": "^7.2.0",
"moment": "^2.27.0",
"mongoose": "^5.9.25",
"node-canvas-with-twemoji-and-discord-emoji": "^1.1.8",
"node-cron": "^2.0.3",
"node-html-to-image": "^3.1.0",
"node-os-utils": "^1.3.2",
"opusscript": "0.0.8",
"request-promise": "^4.2.6",
"rss-parser": "^3.9.0",
"search-npm-registry": "^2.0.3",
"shelljs": "^0.8.4",
"simple-youtube-api": "^5.2.1",
"sucrase": "^3.15.0",
"svg2img": "^0.9.2",
"tesseract.js": "^2.1.4",
"the-simplifier": "^1.4.1",
"tic-tac-toe-minimax": "^1.0.8",
"twemoji-parser": "^13.0.0",
"util": "^0.12.3",
"uuid": "^8.3.0",
"weather-js": "^2.0.0",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.0",
"yaml": "^1.10.0",
"youtube-notification": "^1.1.0",
"youtube-watch": "^1.0.1"
}
}