forked from BossDevlopment/hyperactyl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "hyperactyl",
"version": "0.0.3",
"description": "A Dashboard For Splitting Resources And Servers In Pterodactyl",
"main": "index.js",
"scripts": {
"test": "node index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperactyl/hyperactyl.git"
},
"keywords": [
"pterodactyl-dashboard",
"hyperactyl",
"dashactyl"
],
"author": "ItzCrazyKns",
"license": "MIT",
"bugs": {
"url": "https://github.com/hyperactyl/hyperactyl/issues"
},
"homepage": "https://github.com/hyperactyl/hyperactyl#readme",
"dependencies": {
"@fullcalendar/core": "^6.1.4",
"better-sqlite3": "^8.1.0",
"better-sqlite3-session-store": "^0.1.0",
"body-parser": "^1.20.2",
"chalk": "^4.1.0",
"ejs": "^3.1.8",
"email-validator": "^2.0.4",
"express": "^4.18.2",
"express-session": "^1.17.3",
"express-ws": "^5.0.2",
"fetch": "^1.1.0",
"fs": "^0.0.1-security",
"googleapis": "^111.0.0",
"javascript-obfuscator": "^4.0.2",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.9",
"source-map-support": "^0.5.21"
}
}