The code for darkworld.download
darkworld.download
1{
2 "name": "darkworld",
3 "version": "0.1.0",
4 "private": true,
5 "type": "module",
6 "scripts": {
7 "dev": "astro dev --host 0.0.0.0 --port 1225",
8 "start": "NODE_ENV=production HOST=0.0.0.0 PORT=1225 bun dist/server/entry.mjs",
9 "start:built": "bun run build && bun run start",
10 "build": "astro build",
11 "preview": "astro preview --host 0.0.0.0 --port 1225"
12 },
13 "dependencies": {
14 "@astrojs/node": "^9.0.4",
15 "@astrojs/preact": "^4.1.3",
16 "@atproto/api": "^0.19.3",
17 "@playform/compress": "^0.2.1",
18 "@tailwindcss/vite": "^4.1.11",
19 "astro": "^5.14.1",
20 "bun-plugin-tailwind": "^0.1.2",
21 "preact": "^10.28.4",
22 "serve-static-bun": "^0.5.3",
23 "tailwindcss": "^4.1.11"
24 },
25 "devDependencies": {
26 "@types/bun": "latest"
27 }
28}