# package.json

> 43 lines of code and 0 definitions.

Tree: Build tree
Language: json
Canonical: https://banes-lab.com/anatomy/build#file-build-package-json
Source text: https://banes-lab.com/assets/sources/source.966eb5809894849695a5153ee25e6b31f4f8629267308022352497bb783f5296.generated.txt

## Source

```json
{
    "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": "*"
    }
}
```
