-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 862 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": "Alphactyl",
"version": "1.0.2",
"description": "A Custom Dashboard For Pterodactyl Panel",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"keywords": [],
"author": "Abhiram",
"license": "ISC",
"dependencies": {
"axios": "^1.6.8",
"better-sqlite3": "^11.1.2",
"chalk": "^4.1.2",
"connect-flash": "^0.1.1",
"discord.js": "^14.15.2",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-session": "^1.18.0",
"express-ws": "^5.0.2",
"figlet": "^1.5.1",
"moment-timezone": "^0.5.45",
"mysql2": "^3.11.0",
"node-fetch": "^3.3.2",
"node-schedule": "^2.1.1",
"passport": "^0.7.0",
"passport-discord": "^0.1.4",
"pm2": "^5.4.2",
"randomstring": "^1.3.0",
"socket.io": "^4.7.5",
"sqlite3": "^5.1.7",
"ws": "^8.17.0"
}
}