{
  "name": "@github/copilot-linux-arm64",
  "version": "1.0.73",
  "description": "GitHub Copilot CLI for linux-arm64",
  "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": [
    "linux"
  ],
  "cpu": [
    "arm64"
  ],
  "bin": {
    "copilot-linux-arm64": "copilot"
  },
  "exports": {
    ".": "./copilot",
    "./sdk": {
      "types": "./sdk/index.d.ts",
      "import": "./sdk/index.js"
    }
  },
  "libc": [
    "glibc"
  ]
}
