{ "name": "darkworld", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "astro dev --host 0.0.0.0 --port 1225", "start": "NODE_ENV=production HOST=0.0.0.0 PORT=1225 bun dist/server/entry.mjs", "start:built": "bun run build && bun run start", "build": "astro build", "preview": "astro preview --host 0.0.0.0 --port 1225" }, "dependencies": { "@astrojs/node": "^9.0.4", "@astrojs/preact": "^4.1.3", "@atproto/api": "^0.19.3", "@playform/compress": "^0.2.1", "@tailwindcss/vite": "^4.1.11", "astro": "^5.14.1", "bun-plugin-tailwind": "^0.1.2", "preact": "^10.28.4", "serve-static-bun": "^0.5.3", "tailwindcss": "^4.1.11" }, "devDependencies": { "@types/bun": "latest" } }