-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.82 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
{
"name": "Bot-Maker-Api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@discordjs/builders": "^0.11.0",
"@discordjs/voice": "^0.7.5",
"anime-actions": "^1.0.6",
"archiver": "^5.3.0",
"axios": "^0.25.0",
"better-sqlite3": "^7.5.0",
"booru": "^2.5.3",
"canvacord": "^5.2.3",
"canvas": "^2.9.0",
"captcha-canvas": "^3.1.0",
"child_process": "^1.0.2",
"colors": "^1.4.0",
"cpu-stat": "^2.0.1",
"cron": "^1.8.2",
"discord-backup": "^3.0.1",
"discord-canvas": "^1.4.1",
"discord-giveaways": "^5.0.1",
"discord.js": "^13.6.0",
"dotenv": "^14.2.0",
"enmap": "^5.8.7",
"erela.js": "^2.3.3",
"erela.js-deezer": "^1.0.7",
"erela.js-facebook": "^1.0.4",
"erela.js-spotify": "^1.2.0",
"express": "^4.17.3",
"file-zip": "^1.0.1",
"fortnite": "^4.3.2",
"fs": "0.0.1-security",
"glob": "^7.2.0",
"got": "^12.0.1",
"http": "0.0.1-security",
"math-expression-evaluator": "^1.3.8",
"memer-api": "^4.0.1",
"moment": "^2.29.1",
"ms": "^2.1.3",
"nekos.life": "^2.0.9",
"node-fetch": "^2.6.7",
"pm2": "^5.1.2",
"pretty-ms": "^7.0.1",
"radio-browser": "^2.1.9",
"random-puppy": "^1.1.0",
"random-words": "^1.1.2",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"require-in-the-middle": "^5.1.0",
"rss-parser": "^3.12.0",
"serialize-javascript": "^6.0.0",
"superagent": "^7.1.1",
"tiktok-scraper": "^1.4.36",
"translatte": "^3.0.1",
"twemoji-parser": "^13.1.0",
"twit": "^2.2.11",
"unzipper": "^0.10.11",
"weather-js": "^2.0.0",
"weky": "^3.1.8"
},
"devDependencies": {
"node": "^16.6.1"
},
"scripts": {
"start": "node server/index.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}