{
  "name": "pi-context-control",
  "version": "0.1.1",
  "description": "Pi extension for session-local skill and extension-tool toggles.",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lukaspanni/pi-context-control.git"
  },
  "author": {
    "name": "Lukas Panni",
    "url": "https://github.com/lukaspanni"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "agent-skill",
    "context-control"
  ],
  "files": [
    "extensions",
    "test",
    "scripts",
    "README.md",
    "LICENSE",
    "tsconfig.json",
    "tsconfig.test.json"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "pack:check": "npm pack --dry-run",
    "validate": "npm run typecheck && npm test && npm run pack:check",
    "test": "node scripts/clean-test.mjs && tsc -p tsconfig.test.json && node --test .test-dist/test/context-control.test.js"
  },
  "exports": {
    "./package.json": "./package.json"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.3",
    "@earendil-works/pi-tui": "^0.80.3",
    "typescript": "^6.0.3"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ]
  }
}
