{
  "name": "@andy8647/pi-toolbox",
  "version": "0.2.2",
  "type": "module",
  "packageManager": "pnpm@11.10.0",
  "description": "Rounded transparent tool boxes for pi coding agent — frames every tool (including MCP), bash syntax highlighting, click a box to expand it alone",
  "license": "MIT",
  "author": "Andy8647",
  "keywords": [
    "pi-package",
    "pi-extension",
    "tool-rendering",
    "mcp",
    "syntax-highlighting"
  ],
  "files": [
    "*.ts",
    "README.md",
    "LICENSE"
  ],
  "main": "./index.ts",
  "types": "./index.ts",
  "exports": {
    ".": {
      "types": "./index.ts",
      "default": "./index.ts"
    }
  },
  "scripts": {
    "typecheck": "tsc --noEmit"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "engines": {
    "node": ">=22"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "@types/node": "^22.0.0",
    "typescript": "^5.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Andy8647/pi-toolbox.git"
  }
}