-
-
Notifications
You must be signed in to change notification settings - Fork 504
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.06 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.06 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
{
"name": "lunaar.org",
"version": "7.6.0",
"description": "The Future of Unblocked Gaming!",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js",
"format": "prettier --write .",
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.12.1",
"dependencies": {
"@mercuryworkshop/bare-as-module3": "^2.2.2",
"@mercuryworkshop/bare-mux": "^2.1.7",
"@mercuryworkshop/epoxy-transport": "^2.1.5",
"@mercuryworkshop/libcurl-transport": "^1.3.7",
"@mercuryworkshop/scramjet": "https://github.com/MercuryWorkshop/scramjet/releases/download/latest/mercuryworkshop-scramjet-2.0.0-alpha.tgz",
"@mercuryworkshop/wisp-js": "^0.4.0",
"@titaniumnetwork-dev/ultraviolet": "^3.2.10",
"@tomphttp/bare-server-node": "^2.0.5",
"chalk": "^5.4.1",
"compression": "^1.7.5",
"dotenv": "^17.2.1",
"express": "^4.21.2",
"http-proxy": "^1.18.1",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"nodemon": "^2.0.22",
"prettier": "^3.6.2"
}
}