# package.json

> 47 lines of code and 0 definitions.

Tree: Coordination tree
Language: json
Canonical: https://banes-lab.com/anatomy/coordination#file-coordination-package-json
Source text: https://banes-lab.com/assets/sources/source.569196b348d9e0825ebf3d4d6c74cd5ac6f6b6d6b9c529c51378c973f2cba2f9.generated.txt

## Source

```json
{
    "name": "coordination-surface",
    "private": true,
    "license": "LicenseRef-PAG-NonCommercial-1.0",
    "type": "module",
    "files": [
        ".{provider}",
        "_agenda.md",
        "_agent-index.md",
        "_changelogs.txt",
        "_generated.module-info",
        "_manifest.json",
        "AGENTS.md",
        "BOOTSTRAP.md",
        "checklists",
        "config",
        "findings",
        "LICENSE",
        "models",
        "README.md",
        "roles",
        "specifications",
        "taxonomy",
        "templates",
        "tests",
        "tools",
        "tsconfig.json"
    ],
    "scripts": {
        "govern": "node tools/core/entrypoints/pipeline.entrypoint.ts",
        "govern:segment": "node tools/core/entrypoints/segment.entrypoint.ts",
        "clean": "node tools/core/entrypoints/source.entrypoint.ts",
        "await": "node tools/core/entrypoints/board.entrypoint.ts",
        "converge": "node tools/core/entrypoints/converge.entrypoint.ts",
        "gates": "node tools/core/entrypoints/gate.entrypoint.ts",
        "test": "node --test",
        "documents": "node tools/core/entrypoints/document.entrypoint.ts",
        "corpus": "node tools/core/entrypoints/corpus.entrypoint.ts",
        "typecheck": "npm run typecheck -w @surface/pipeline"
    },
    "workspaces": ["tools"],
    "dependencies": {},
    "devDependencies": {
        "@types/node": "^26.2.0",
        "typescript": "^7.0.2"
    }
}
```
