36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "alus-unblocker",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"start": "node .",
|
|
"build": "astro build",
|
|
"lint": "prettier --write .",
|
|
"lint:check": "prettier --check ."
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/node": "^8.2.0",
|
|
"@mercuryworkshop/bare-mux": "^1.0.4",
|
|
"@mercuryworkshop/epoxy-transport": "^1.0.2",
|
|
"@mercuryworkshop/libcurl-transport": "^1.1.0",
|
|
"@nebula-services/ultraviolet": "^1.0.1-1.patch.7",
|
|
"@titaniumnetwork-dev/ultraviolet": "^3.0.0",
|
|
"@tomphttp/bare-client": "^2.2.0-alpha",
|
|
"@tomphttp/bare-server-node": "^2.0.3",
|
|
"astro": "^4.4.1",
|
|
"chalk": "^5.3.0",
|
|
"compression": "^1.7.4",
|
|
"cookie-parser": "^1.4.6",
|
|
"dotenv": "^16.3.1",
|
|
"express": "^4.18.2",
|
|
"npm": "^10.2.5",
|
|
"path": "^0.12.7",
|
|
"rammerhead": "https://github.com/NebulaServices/rammerhead/releases/download/rammerhead-1.2.41-nebula.8/rammerhead-1.2.41-nebula.7.tgz",
|
|
"typescript": "^5.3.3",
|
|
"wisp-server-node": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "3.2.5",
|
|
"prettier-plugin-astro": "^0.13.0"
|
|
}
|
|
}
|