{
  "name": "gentle-pi",
  "version": "2.2.0",
  "description": "Turn Pi into el Gentleman: a senior-architect development harness with SDD/OpenSpec, subagents, strict TDD evidence, review guardrails, and skill discovery.",
  "license": "MIT",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "gentle-pi",
    "gentle-ai",
    "sdd",
    "openspec",
    "subagents",
    "tdd",
    "code-review",
    "ai-coding-agent",
    "agent-harness"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Gentleman-Programming/gentle-pi.git"
  },
  "files": [
    "assets/",
    "contracts/",
    "docs/",
    "extensions/",
    "lib/",
    "prompts/",
	"runtime/",
    "skills/",
    "scripts/",
    "tests/",
    "themes/",
    "README.md"
  ],
  "scripts": {
	"build:transaction-runner": "node scripts/build-git-commit-transaction-runner.mjs --write",
	"check:transaction-runner": "node scripts/build-git-commit-transaction-runner.mjs --check",
	"check:provider-contract": "node scripts/check-provider-contract.mjs",
    "postinstall": "node scripts/install-gentle-ai.mjs",
    "test": "node --experimental-strip-types --test tests/*.test.ts && pnpm run check:provider-contract && pnpm run test:harness",
    "test:harness": "node --experimental-strip-types tests/runtime-harness.mjs",
    "test:dev-binary": "node --experimental-strip-types --test tests/devbinary/*.devtest.ts",
    "test:cross-lane": "node tests/crosslane/cross-lane.mjs",
    "test:maintainer": "node --experimental-strip-types --test tests/maintainer/*.maintest.ts",
	"test:packed-runner": "node scripts/test-packed-runner.mjs",
    "prepack": "pnpm test && node scripts/verify-package-files.mjs",
    "prepublishOnly": "pnpm test && node scripts/verify-package-files.mjs && pnpm run test:packed-runner"
  },
  "pi": {
    "image": "https://cdn.jsdelivr.net/npm/gentle-pi/assets/gentle-logo-only.png",
    "extensions": [
      "./extensions"
    ],
    "themes": [
      "./themes"
    ],
    "prompts": [
      "./prompts"
    ],
    "skills": [
      "./skills"
    ]
  },
  "dependencies": {
    "@earendil-works/pi-tui": "*",
    "@heyhuynhgiabuu/pi-pretty": "0.6.14"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "packageManager": "pnpm@11.1.1"
}
