{ "name": "ssg.md", "module": "index.ts", "type": "module", "private": true, "scripts": { "tw-dev": "bunx tailwindcss -i style.css -o dist/style.css --watch", "bun-dev": "bun --watch index.ts", "prev": "bunx serve dist", "deploy": "bunx wrangler deploy --assets=./dist", "build": "bunx tailwindcss -i style.css -o dist/style.css && bun index.ts" }, "devDependencies": { "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5" }, "dependencies": { "@catppuccin/tailwindcss": "^1.0.0", "@tailwindcss/cli": "^4.3.0" } }