{ "name": "@banes-lab/content", "version": "0.1.0", "private": true, "type": "module", "description": "Derives the site's content infrastructure — the rule inventory, the lesson seeds, the tone baseline and the leak set — validates the content graph and the built payloads against them, and renders the repository chapters from the site's own Markdown twins.", "imports": { "#configuration/*": "./configuration/*.ts", "#core/*": "./core/*.ts", "#runtime/*": "./runtime/*.ts", "#types/*": "./types/*.ts" }, "main": "./runtime/entrypoints/inventory.entrypoint.ts", "exports": { ".": "./runtime/entrypoints/inventory.entrypoint.ts", "./*": "./*" }, "scripts": { "chapters": "node runtime/entrypoints/chapter.entrypoint.ts", "coordination": "node runtime/entrypoints/coordination.entrypoint.ts", "coverage": "node runtime/entrypoints/coverage.entrypoint.ts", "inventory": "node runtime/entrypoints/inventory.entrypoint.ts", "leaks": "node runtime/entrypoints/leak.entrypoint.ts", "links": "node runtime/entrypoints/link.entrypoint.ts", "seeds": "node runtime/entrypoints/seed.entrypoint.ts", "tone": "node runtime/entrypoints/tone.entrypoint.ts", "typecheck": "tsc --noEmit -p tsconfig.json", "writing": "node runtime/entrypoints/writing.entrypoint.ts" }, "dependencies": { "@banes-lab/web": "*", "@govlab/argv": "*", "@govlab/canonical-write": "*", "@govlab/code-parse": "*", "@govlab/content-fingerprint": "*", "@govlab/context": "*", "@govlab/docs": "*", "@govlab/pipeline": "*", "@govlab/quality": "*", "@ssot/govlab": "*", "@ssot/paths": "*" } }