{ "name": "@github/copilot", "description": "GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal.", "version": "1.0.28", "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" }, "exports": { "./sdk": { "types": "./sdk/index.d.ts", "import": "./sdk/index.js" } }, "files": [ "index.js", "app.js", "npm-loader.js", "changelog.json", "README.md", "tree-sitter.wasm", "tree-sitter-bash.wasm", "tree-sitter-powershell.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/**/*", "sharp/**/*", "clipboard/**/*", "worker/**/*", "ripgrep/**/*", "schemas/**/*", "definitions/**/*", "builtin-skills/**/*", "preloads/**/*", "copilot-sdk/**/*", "conpty_console_list_agent.js" ], "buildMetadata": { "gitCommit": "2f8f8ad" }, "optionalDependencies": { "@github/copilot-linux-x64": "1.0.28", "@github/copilot-linux-arm64": "1.0.28", "@github/copilot-darwin-x64": "1.0.28", "@github/copilot-darwin-arm64": "1.0.28", "@github/copilot-win32-x64": "1.0.28", "@github/copilot-win32-arm64": "1.0.28" } }