@github/copilot
Version:
GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal.
86 lines (85 loc) • 2.23 kB
JSON
{
"name": "@github/copilot",
"description": "GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal.",
"version": "1.0.61",
"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"
},
"exports": {
"./sdk": {
"types": "./sdk/index.d.ts",
"import": "./sdk/index.js"
}
},
"files": [
"index.js",
"app.js",
"voice-server.js",
"npm-loader.js",
"changelog.json",
"README.md",
"tree-sitter.wasm",
"tree-sitter-bash.wasm",
"tree-sitter-typescript.wasm",
"tree-sitter-tsx.wasm",
"tree-sitter-javascript.wasm",
"tree-sitter-python.wasm",
"tree-sitter-go.wasm",
"tree-sitter-rust.wasm",
"tree-sitter-ruby.wasm",
"tree-sitter-java.wasm",
"tree-sitter-c.wasm",
"tree-sitter-cpp.wasm",
"tree-sitter-c_sharp.wasm",
"tree-sitter-json.wasm",
"tree-sitter-html.wasm",
"tree-sitter-css.wasm",
"tree-sitter-php.wasm",
"tree-sitter-scala.wasm",
"queries/**/*",
"prebuilds/**/*",
"sdk/**/*",
"clipboard/**/*",
"foundry-local-sdk/**/*",
"pvrecorder/**/*",
"worker/**/*",
"ripgrep/**/*",
"tgrep/**/*",
"mxc-bin/**/*",
"schemas/**/*",
"definitions/**/*",
"builtin-skills/**/*",
"preloads/**/*",
"copilot-sdk/**/*",
"voice-installer.worker.js",
"voice-engine.worker.js",
"conpty_console_list_agent.js"
],
"buildMetadata": {
"gitCommit": "3203766ac2"
},
"optionalDependencies": {
"@github/copilot-linux-x64": "1.0.61",
"@github/copilot-linux-arm64": "1.0.61",
"@github/copilot-linuxmusl-x64": "1.0.61",
"@github/copilot-linuxmusl-arm64": "1.0.61",
"@github/copilot-darwin-x64": "1.0.61",
"@github/copilot-darwin-arm64": "1.0.61",
"@github/copilot-win32-x64": "1.0.61",
"@github/copilot-win32-arm64": "1.0.61"
}
}