{
  "name": "@sincspecv/pi-chutes",
  "version": "1.0.0",
  "description": "pi extension that adds chutes.ai as a model provider",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/sincspecv/pi-chutes.git"
  },
  "homepage": "https://github.com/sincspecv/pi-chutes",
  "bugs": {
    "url": "https://github.com/sincspecv/pi-chutes/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "chutes",
    "chutes-ai",
    "llm",
    "model-provider"
  ],
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*"
  },
  "scripts": {
    "build": "echo 'nothing to build yet'",
    "check": "echo 'add validation once implementation starts'",
    "clean": "echo 'nothing to clean yet'",
    "smoke-test": "node ./scripts/smoke-test.mjs",
    "stream-smoke-test": "node ./scripts/stream-smoke-test.mjs",
    "reasoning-compare": "node ./scripts/reasoning-compare.mjs"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "files": [
    "src",
    "scripts",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ]
}
