forked from adityasinhabba/Heliactyl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 877 Bytes
/
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
{
"name": "Heliactyl",
"version": "13.0.0",
"description": "The best Pterodactyl client area.",
"main": "index.js",
"author": "SrydenCloud Limited",
"dependencies": {
"@keyv/mongo": "^1.2.1",
"@keyv/mysql": "^1.1.5",
"@keyv/postgres": "^1.0.17",
"@keyv/redis": "^2.2.1",
"@keyv/sqlite": "^3.5.2",
"axios": "^0.25.0",
"chalk": "^4.1.0",
"credit-card-validate": "^0.9.3",
"cron": "^1.8.2",
"discord.js": "^12.5.3",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"express-ws": "^4.0.0",
"javascript-obfuscator": "^2.19.1",
"keyv": "^4.0.4",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.6",
"nodemon": "^2.0.15",
"stripe": "^9.4.0",
"warn": "^1.0.1"
},
"scripts": {
"start": "nodemon index.js"
},
"devDependencies": {
"tailwindcss": "^3.1.6"
}
}