@github/copilot
Version:
GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal.
40 lines (39 loc) • 1.09 kB
JSON
{
"name": "@github/copilot",
"description": "GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal.",
"version": "1.0.80",
"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",
"author": "GitHub",
"bin": {
"copilot": "npm-loader.js"
},
"dependencies": {
"detect-libc": "^2.1.2"
},
"files": [
"npm-loader.js",
"README.md"
],
"buildMetadata": {
"gitCommit": "a3a2697"
},
"optionalDependencies": {
"@github/copilot-linux-x64": "1.0.80",
"@github/copilot-linux-arm64": "1.0.80",
"@github/copilot-linuxmusl-x64": "1.0.80",
"@github/copilot-linuxmusl-arm64": "1.0.80",
"@github/copilot-darwin-x64": "1.0.80",
"@github/copilot-darwin-arm64": "1.0.80",
"@github/copilot-win32-x64": "1.0.80",
"@github/copilot-win32-arm64": "1.0.80"
}
}