{
  "name": "pi-daddy",
  "version": "0.40.1",
  "description": "Capability governance for pi sub-agents: spawn Agent Skills (SKILL.md) definitions whose allowed-tools becomes a grant that can only narrow going down a delegation tree, enforced by pi's own --tools allowlist, with an append-only ledger.",
  "keywords": [
    "pi-package",
    "subagents",
    "capabilities",
    "least-privilege",
    "governance",
    "audit"
  ],
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mojomanyana/pi-daddy.git",
    "directory": "packages/pi-daddy"
  },
  "homepage": "https://github.com/mojomanyana/pi-daddy#readme",
  "bugs": {
    "url": "https://github.com/mojomanyana/pi-daddy/issues"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./contracts/*": "./contracts/*"
  },
  "bin": {
    "pi-daddy": "./dist/cli.js",
    "pi-daddy-dashboard": "./dist/products/dashboard-cli.js"
  },
  "files": [
    "dist",
    "extensions",
    "src",
    "contracts",
    "herdr-plugin",
    "THIRD_PARTY_LICENSES",
    "THIRD_PARTY_NOTICES.md",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\" && tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.check.json",
    "test": "node scripts/unit-tests.ts",
    "test:integration": "node --test test-integration/*.it.ts",
    "test:integration:ci": "node --test test-integration/approval.it.ts test-integration/governance.it.ts test-integration/activity.it.ts",
    "contracts:generate": "node scripts/generate-ledger-record-contract.ts",
    "prepack": "npm run build",
    "test:smoke": "node scripts/smoke-installed.mjs"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "pi": {
    "extensions": [
      "./extensions/grants.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.83.0",
    "@types/node": ">=22",
    "typebox": ">=1.0.0"
  },
  "dependencies": {
    "@earendil-works/pi-coding-agent": ">=0.83.0",
    "typebox": ">=1.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0"
  }
}
