{ "name": "nebula-astro", "type": "module", "version": "9.0.0", "private": true, "scripts": { "dev": "concurrently \"astro dev --host 0.0.0.0\" \"tsx --watch server/server.ts\"", "start": "node server/server.js", "build:server": "tsc -p server", "build:client": "astro check && astro build", "build": "concurrently \"npm:build:server\" \"npm:build:client\"", "bstart": "npm run build && npm run start", "preview": "astro preview", "astro": "astro", "format:code": "biome format . --write", "format:imports": "biome check . --write", "format": "concurrently -m 1 \"npm:format:code\" \"npm:format:imports\"" }, "dependencies": { "@astrojs/check": "^0.8.3", "@astrojs/node": "^8.3.4", "@astrojs/svelte": "^5.7.2", "@astrojs/tailwind": "^5.1.2", "@fastify/compress": "^8.0.1", "@fastify/helmet": "^12.0.1", "@fastify/middie": "^9.0.2", "@fastify/multipart": "^9.0.1", "@fastify/static": "^8.0.1", "@iconify-json/ph": "^1.2.1", "@mercuryworkshop/bare-mux": "^2.1.6", "@mercuryworkshop/epoxy-transport": "2.1.13", "@mercuryworkshop/libcurl-transport": "^1.3.10", "@playform/compress": "^0.1.4", "@rubynetwork/rammerhead": "^1.3.5", "@rubynetwork/rammerhead-browser": "^1.0.9", "@titaniumnetwork-dev/ultraviolet": "^3.2.7", "@svelte-drama/suspense": "0.5.1", "@types/node": "^22.7.5", "@types/sequelize": "^4.28.20", "astro": "^4.16.2", "astro-icon": "^1.1.1", "chalk": "^5.3.0", "concurrently": "^8.2.2", "fastify": "^5.0.0", "form-data": "^4.0.1", "gradient-string": "^3.0.0", "libcurl.js-new": "npm:libcurl.js@^0.6.16", "nanostores": "^0.10.3", "ora": "^8.1.0", "pg": "^8.13.0", "pg-hstore": "^2.3.4", "sequelize": "^6.37.4", "smol-toml": "^1.3.0", "sqlite3": "^5.1.7", "svelte": "^4.2.19", "svelte-french-toast": "^1.2.0", "tailwindcss": "^3.4.13", "typescript": "^5.6.3", "vite-plugin-static-copy": "^1.0.6", "wisp-server-node": "^1.1.7" }, "devDependencies": { "@biomejs/biome": "^1.9.3", "bufferutil": "^4.0.8", "sharp": "^0.33.5", "tsx": "^4.19.1" } }