{
  "name": "pi-multica-spine",
  "version": "0.1.3",
  "description": "Pi extension that keeps Multica work agents bound to issue, PR, evidence, and handoff contracts.",
  "type": "module",
  "license": "MIT",
  "author": "Keisu",
  "keywords": [
    "pi-package",
    "pi",
    "typescript",
    "multica",
    "agent-workflow"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eiei114/pi-multica-spine.git"
  },
  "bugs": {
    "url": "https://github.com/eiei114/pi-multica-spine/issues"
  },
  "homepage": "https://github.com/eiei114/pi-multica-spine#readme",
  "files": [
    "extensions/",
    "lib/",
    "docs/",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "node --test tests/*.test.mjs",
    "test:coverage": "node --experimental-test-coverage --test tests/*.test.mjs",
    "ci": "npm run typecheck && npm run test:coverage && npm run pack:check",
    "pack:check": "npm pack --dry-run"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "latest",
    "@earendil-works/pi-coding-agent": "latest",
    "@earendil-works/pi-tui": "latest",
    "@types/node": "^26.0.0",
    "typebox": "^1.3.0",
    "typescript": "^6.0.3"
  }
}
