# tools/package.json

> 14 lines of code and 0 definitions.

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

## Source

```json
{
    "name": "@surface/pipeline",
    "version": "0.1.0",
    "private": true,
    "license": "LicenseRef-PAG-NonCommercial-1.0",
    "type": "module",
    "description": "Tooling.",
    "scripts": {
        "typecheck": "tsc --noEmit -p tsconfig.json"
    },
    "exports": {
        "./core/*": "./core/*"
    }
}
```
