{
  "name": "@pelec/homer-pi",
  "version": "0.1.1",
  "description": "Stop multi-agent coding drift: contracts, path leases, evidence gates + optional self-improving dispatch (Homer-meta) for Pi",
  "type": "module",
  "license": "MIT",
  "author": "Retr0-rgb-lab",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "homer",
    "agents",
    "coding-agents",
    "contracts",
    "gates",
    "multi-agent",
    "orchestration",
    "self-improving",
    "path-lease",
    "evidence-gate"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Retr0-rgb-lab/Homer.git",
    "directory": "packages/homer-pi"
  },
  "bugs": {
    "url": "https://github.com/Retr0-rgb-lab/Homer/issues"
  },
  "homepage": "https://github.com/Retr0-rgb-lab/Homer/tree/main/packages/homer-pi#readme",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "files": [
    "extensions",
    "skills",
    "scripts/check-manifest.mjs",
    "LICENSE",
    "README.md"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "test": "node --experimental-strip-types --test test/**/*.test.mjs",
    "check:manifest": "node scripts/check-manifest.mjs",
    "pack:check": "npm pack --dry-run"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ],
    "skills": [
      "./skills"
    ]
  },
  "dependencies": {
    "@pelec/homer": "^0.1.2"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    },
    "typebox": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/node": "^22.10.0"
  }
}
