-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
39 lines (39 loc) · 1007 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
37
38
39
{
"name": "lapsusclient",
"version": "2.8",
"description": "A Modern Pterodactyl client area.",
"main": "index.js",
"author": "ManucrackYT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@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",
"@tailwindcss/forms": "^0.5.3",
"axios": "^1.6.5",
"chalk": "^4.1.0",
"credit-card-validate": "^0.9.3",
"cron": "^1.8.2",
"discord.js": "^12.5.3",
"ejs": "^3.1.7",
"express": "^4.18.2",
"express-session": "^1.17.3",
"express-ws": "^4.0.0",
"ip": "^2.0.1",
"javascript-obfuscator": "^4.0.2",
"keyv": "^4.0.4",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.6",
"nodemon": "^2.0.15",
"passport": "^0.7.0",
"passport-twitter": "^0.1.5",
"stripe": "^9.4.0",
"tailwindcss": "^3.3.1",
"warn": "^1.0.1"
},
"scripts": {
"start": "nodemon index.js"
}
}