-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.38 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.38 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
49
50
51
{
"name": "lapsusclient",
"version": "2.10.1",
"description": "A Modern Pterodactyl client area.",
"main": "index.js",
"author": "ManucrackYT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@keyv/mysql": "^2.0.5",
"@keyv/postgres": "^1.0.17",
"@keyv/redis": "^2.2.1",
"@keyv/sqlite": "^3.5.2",
"@tailwindcss/forms": "^0.5.3",
"axios": "^1.9.0",
"body-parser": "^1.20.3",
"chalk": "^4.1.0",
"cookie-session": "^2.1.0",
"cors": "^2.8.5",
"credit-card-validate": "^0.9.3",
"cron": "^1.8.2",
"discord.js": "^12.5.3",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.21.2",
"express-session": "^1.17.3",
"express-ws": "^4.0.0",
"javascript-obfuscator": "^0.6.2",
"keyv": "^4.5.4",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.6",
"nodemon": "^3.1.10",
"os": "^0.1.2",
"passport": "^0.6.0",
"passport-google-oauth": "^2.0.0",
"passport-google-oauth20": "^2.0.0",
"path": "^0.12.7",
"smtp-server": "^1.17.0",
"socket.io": "^4.8.1",
"stripe": "^9.4.0",
"systeminformation": "^5.25.11",
"tailwindcss": "^3.3.1",
"unzipper": "^0.12.3",
"warn": "^1.0.1"
},
"scripts": {
"start": "nodemon index.js",
"lapsus:setup": "node exec/setup.js",
"lapsus:deploy": "node exec/node.js",
"lapsus:update": "node exec/update.js"
}
}