-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.33 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.33 KB
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
{
"name": "magic8",
"version": "8.8.8",
"description": "High performance of entertaining games and handy utilities to unite your community. Voice Channels, Anti-Pings, Trivia and more! Also the best Magic 8 Ball you will EVER see.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"engines": {
"node": "12.18.4"
},
"author": "Fyrlex#2740",
"license": "ISC",
"dependencies": {
"@ksoft/api": "^3.1.9",
"aki-api": "^5.1.1",
"better-sqlite3": "^7.1.0",
"boats.js": "^2.5.0",
"body-parser": "^1.19.0",
"canvas": "^2.6.1",
"child-process": "^1.0.2",
"dblapi.js": "^2.4.1",
"discord.js": "^12.5.1",
"dotenv": "8.2.0",
"express": "^4.17.1",
"express-http-proxy": "^1.6.2",
"faker": "^5.1.0",
"hastebin-gen": "^2.0.5",
"imgur": "^0.3.1",
"memejs": "^1.2.3",
"minecraft-server-util": "^3.1.0",
"mojang-api": "^0.0.2",
"nekos.life": "^2.0.5",
"node-fetch": "^2.6.1",
"node-schedule": "^1.3.2",
"pretty-ms": "^7.0.0",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"simple-node-logger": "^18.12.24",
"statcord.js": "^3.1.5",
"sqlite3": "^5.0.0",
"images-scraper": "^5.0.6",
"xmlhttprequest": "1.8.0"
},
"devDependencies": {},
"keywords": []
}