[READ-ONLY] Mirror of https://github.com/bombshell-dev/docs. bomb.sh/docs
Something went wrong. Try again.
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748{ "name": "clack-docs", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "prebuild": "pnpm run snapshot && pnpm run generate:docs-index", "predev": "pnpm run generate:docs-index", "build": "astro build && cp public/_headers dist/_headers", "preview": "astro preview", "astro": "astro", "test": "node --experimental-strip-types --test \"src/**/*.test.ts\"", "snapshot": "node --experimental-strip-types ./scripts/snapshot.ts", "generate:docs-index": "node --experimental-strip-types ./scripts/generate-docs-index.ts" }, "dependencies": { "@astrojs/starlight": "^0.37.1", "@bomb.sh/args": "^0.3.1", "@bomb.sh/tty": "^0.8.0", "@clack/core": "^1.5.1", "@clack/prompts": "^1.8.1", "@fontsource-variable/inter": "^5.3.0", "@types/node": "^22.19.3", "@webcontainer/api": "^1.6.1", "@webcontainer/snapshot": "^0.1.0", "@xterm/addon-fit": "^0.11.0", "@xterm/addon-web-links": "^0.12.0", "@xterm/xterm": "^6.0.0", "arktype": "^2.2.0", "astro": "^5.16.6", "astro-mermaid": "^2.1.0", "expressive-code-twoslash": "^0.5.3", "mermaid": "^11.16.0", "sharp": "^0.33.5", "starlight-sidebar-topics": "^0.6.2" }, "devDependencies": { "astro-vtbot": "^3.1.0", "remark": "^15.0.1", "remark-gfm": "^4.0.1", "remark-mdx": "^3.1.1", "tinyexec": "^1.0.2", "wrangler": "^4.97.0" }, "packageManager": "pnpm@11.1.2"}