-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 995 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 995 Bytes
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": "growtopia-https",
"version": "1.0.0",
"description": "Simple http server for hosting your Growtopia Private Server",
"main": "src/MainApp.js",
"scripts": {
"start": "node src/Server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GTPSHAX/growtopia-https.git"
},
"keywords": [
"http",
"https",
"GrowPlus",
"oxygen",
"growtopia",
"private",
"server",
"private",
"server",
"growtopia",
"private",
"server",
"GTPS"
],
"author": "GrowPlus",
"license": "GNU",
"bugs": {
"url": "https://github.com/GTPSHAX/growtopia-https/issues"
},
"homepage": "https://github.com/GTPSHAX/growtopia-https#readme",
"dependencies": {
"compression": "^1.8.0",
"ejs": "^3.1.10",
"express": "^4.21.2",
"express-rate-limit": "^7.5.0",
"helmet": "^8.0.0",
"sanitize": "^2.1.2",
"xss-clean": "^0.1.4"
}
}