{
  "name": "pi-zellij-tools",
  "version": "0.1.4",
  "description": "Pi extension tools for running shell commands and independent Pi sessions in terminal targets.",
  "type": "module",
  "packageManager": "bun@1.3.13",
  "license": "MIT",
  "author": {
    "name": "x1any",
    "url": "https://github.com/x1any"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/x1any/pi-zellij-tools.git"
  },
  "bugs": {
    "url": "https://github.com/x1any/pi-zellij-tools/issues"
  },
  "homepage": "https://github.com/x1any/pi-zellij-tools#readme",
  "keywords": [
    "pi-package",
    "pi-extension",
    "zellij",
    "coding-agent"
  ],
  "main": "./index.ts",
  "exports": {
    ".": "./index.ts"
  },
  "files": [
    "index.ts",
    "src",
    "tests",
    "prompts",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "prompts": [
      "./prompts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "bun-types": "*",
    "typescript": "*"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "bun test",
    "pack:dry-run": "bun pm pack --dry-run"
  }
}
