forked from RealStr1ke/Byte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.3 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
{
"name": "byte",
"version": "1.0.0",
"description": "A multi-purpose Discord bot",
"main": "Byte.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node .",
"dev": "npx nodemon .",
"update": "git pull && npm install",
"format": "npx prettier --write .",
"lint": "npx eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RealStr1ke/Byte.git"
},
"author": "RealStr1ke",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/RealStr1ke/Byte/issues"
},
"homepage": "https://github.com/RealStr1ke/Byte#readme",
"dependencies": {
"@aero/centra": "^1.0.8",
"@discordjs/rest": "^0.1.0-canary.0",
"@js-joda/core": "^4.3.1",
"@sapphire/snowflake": "^3.0.1",
"@sapphire/time-utilities": "^1.5.0",
"@sentry/node": "^6.19.2",
"8ball.js": "^1.1.3",
"alexflipnote.js": "^2.5.0",
"amethyste-api": "^1.1.5",
"ansi-regex": "^5.0.1",
"ascii-table": "^0.0.9",
"axios": "^0.24.0",
"blague.xyz": "^1.0.6",
"canvacord": "^5.2.3",
"chalk": "^5.0.0",
"child_process": "^1.0.2",
"colorette": "^2.0.16",
"colors": "^1.4.0",
"common-tags": "^1.8.2",
"discord-api-types": "^0.27.2",
"discord-giveaways": "^6.0.1",
"discord-logs": "^2.0.1",
"discord-player": "^5.2.0",
"discord.js": "^14.3.0",
"dotenv": "^10.0.0",
"figlet": "^1.5.2",
"fs": "^0.0.1-security",
"gamedig": "^4.0.2",
"google-it": "^1.6.2",
"hypixel-api-reborn": "^9.0.3",
"inquirer": "^8.2.0",
"is-url": "^1.2.4",
"js-beautify": "^1.14.0",
"keyv": "^4.0.4",
"markdown-table": "^2.0.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.34",
"mongoose": "^6.1.2",
"node-fetch": "^2.6.7",
"nodeactyl": "^3.2.2",
"novelcovid": "^3.0.2",
"npm": "^8.11.0",
"os": "^0.1.2",
"os-utils": "^0.0.14",
"password-generator": "^2.3.2",
"path": "^0.12.7",
"pm2": "^5.1.2",
"prettier": "^2.5.1",
"request": "^2.88.2",
"simple-git": "^3.5.0",
"statman-stopwatch": "^2.13.0",
"string-width": "^5.1.0",
"strip-ansi": "^7.0.1",
"tar": "^6.1.11",
"to-zalgo": "^1.0.1",
"uuid": "^8.3.2",
"validator": "^13.7.0",
"ws": "^8.3.0"
},
"devDependencies": {
"eslint": "^8.9.0"
}
}