{
  "name": "@github/copilot-win32-x64",
  "version": "1.0.67",
  "description": "GitHub Copilot CLI for win32-x64",
  "license": "SEE LICENSE IN LICENSE.md",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/github/copilot-cli.git"
  },
  "bugs": {
    "url": "https://github.com/github/copilot-cli/issues"
  },
  "homepage": "https://github.com/github/copilot-cli/#readme",
  "os": [
    "win32"
  ],
  "cpu": [
    "x64"
  ],
  "bin": {
    "copilot-win32-x64": "copilot.exe"
  },
  "exports": {
    ".": "./copilot.exe",
    "./sdk": {
      "types": "./sdk/index.d.ts",
      "import": "./sdk/index.js"
    }
  }
}
