{
  "name": "@zenspc/pi-copilot-discovery",
  "version": "0.1.0",
  "description": "Dynamic GitHub Copilot model discovery for pi — replaces pi-ai's static catalog with the live /models list from your Copilot tenant.",
  "type": "module",
  "license": "MIT",
  "author": "dhairya-rathod",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zenspc/pi-extensions.git",
    "directory": "packages/pi-copilot-discovery"
  },
  "bugs": {
    "url": "https://github.com/zenspc/pi-extensions/issues"
  },
  "homepage": "https://github.com/zenspc/pi-extensions/tree/master/packages/pi-copilot-discovery#readme",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "github-copilot",
    "copilot"
  ],
  "files": [
    "src/",
    "README.md",
    "LICENSE"
  ],
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "scripts": {
    "prepack": "cp --remove-destination ../../LICENSE LICENSE",
    "postpack": "ln -sfn ../../LICENSE LICENSE"
  }
}
