{
  "name": "pi-model-suitable-tools",
  "version": "0.3.0",
  "description": "Pi extension package that adapts tool names to the active model family.",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/yukukotani/pi-model-suitable-tools.git"
  },
  "module": "index.ts",
  "type": "module",
  "keywords": [
    "pi-package"
  ],
  "files": [
    "index.ts",
    "src",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "devDependencies": {
    "@mariozechner/pi-coding-agent": "^0.73.0",
    "@types/bun": "latest",
    "typebox": "^1.1.37",
    "typescript": "^5"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*",
    "typebox": "*"
  }
}
