{
  "name": "cline-pi",
  "version": "0.1.4",
  "description": "Cline provider extension for pi with dynamic model fetching and dual auth",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/jh0nz/cline-pi.git"
  },
  "homepage": "https://github.com/jh0nz/cline-pi#readme",
  "bugs": {
    "url": "https://github.com/jh0nz/cline-pi/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "pi",
    "pi-coding-agent",
    "pi-package",
    "pi-extension",
    "cline"
  ],
  "pi": {
    "image": "https://raw.githubusercontent.com/jh0nz/cline-pi/main/cline-logo.png",
    "extensions": [
      "./src/index.ts"
    ]
  },
  "files": [
    "src/**/*.ts",
    "README.md"
  ],
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*"
  }
}
