{
  "name": "pi-thinking",
  "version": "1.0.0",
  "description": "Muted, themed rendering for thinking blocks in pi.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danielcherubini/pi-thinking.git"
  },
  "type": "module",
  "license": "MIT",
  "keywords": [
    "pi",
    "pi-extension",
    "pi-package",
    "thinking",
    "tui"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "files": [
    "src",
    "tsconfig.json",
    "README.md",
    "docs"
  ],
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*"
  },
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "Daniel Cherubini",
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "bun test"
  },
  "devDependencies": {
    "@mariozechner/pi-coding-agent": "*",
    "@mariozechner/pi-tui": "*",
    "@types/bun": "latest",
    "@types/node": "^24.5.2",
    "typescript": "^6.0.2"
  }
}
