{ "name": "alus-unblocker", "type": "module", "version": "0.0.1", "scripts": { "build:all": "npm run format && npm run lint && npm run build", "start": "node .", "build": "astro build", "format": "prettier --write .", "format:check": "prettier --check .", "lint": "eslint ." }, "dependencies": { "@astrojs/node": "^8.2.5", "@astrojs/sitemap": "^3.1.2", "@mercuryworkshop/bare-mux": "^1.0.7", "@mercuryworkshop/epoxy-transport": "^1.1.0", "@mercuryworkshop/libcurl-transport": "^1.3.1", "@titaniumnetwork-dev/ultraviolet": "^3.0.0", "@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", "node-fetch": "^3.3.2", "rammerhead": "https://github.com/NebulaServices/rammerhead/releases/download/rammerhead-1.2.41-nebula.8/rammerhead-1.2.41-nebula.7.tgz", "wisp-server-node": "^1.0.2" }, "devDependencies": { "@babel/eslint-parser": "^7.23.10", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "eslint": "^8.57.0", "eslint-plugin-astro": "^0.31.4w", "prettier": "3.2.5", "prettier-plugin-astro": "^0.13.0" }, "optionalDependencies": { "bufferutil": "^4.0.8" } }