Something went wrong. Try again.
Identities for entities did.bot
agent llm did
Something went wrong. Try again.
JSON
1234567891011121314151617181920212223242526272829{ "name": "site", "type": "module", "version": "0.0.1", "engines": { "node": ">=22.12.0" }, "scripts": { "predev": "node scripts/prepare-docs.mjs", "dev": "astro dev", "prebuild": "node scripts/prepare-docs.mjs", "build": "astro build", "preview": "astro preview", "astro": "astro", "test": "node tests/check-docs-coverage.mjs && node tests/check-links.mjs && node tests/check-required-pages.mjs && node tests/check-html.mjs && node tests/check-wasm.mjs" }, "dependencies": { "astro": "7.2.9", "mermaid": "^11.17.2" }, "allowScripts": { "esbuild": true }, "devDependencies": { "html-validate": "11.10.0", "linkedom": "0.18.13" }}