{
  "name": "@githubnext/github-copilot-cli",
  "version": "0.1.36",
  "description": "A CLI experience for letting GitHub Copilot help you on the command line.",
  "author": "@githubnext",
  "bin": {
    "github-copilot-cli": "cli.js"
  },
  "files": [
    "dist",
    "cli.js"
  ],
  "scripts": {
    "dev": "genversion --es6 lib/version.js && esbuild  --external:'semver' --watch --sourcemap=inline --bundle --platform=node --outfile=dist/index.js src/index.ts",
    "build": "genversion --es6 lib/version.js && esbuild  --external:'semver' --minify --bundle --platform=node --outfile=dist/index.js src/index.ts",
    "prepublish": "yarn build"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "applicationinsights": "^2.9.1",
    "axios": "^1.6.0",
    "chalk": "^5.1.0",
    "cli-highlight": "^2.1.11",
    "commander": "^9.4.1",
    "get-stream": "^6.0.1",
    "immer": "^9.0.16",
    "ink": "^3.2.0",
    "ink-divider": "^3.0.0",
    "ink-select-input": "^4.2.1",
    "ink-spinner": "^4.0.3",
    "ink-text-input": "^4.0.3",
    "inquirer": "^9.1.4",
    "marked": "^4.2.12",
    "marked-terminal": "^5.1.1",
    "ora": "^6.1.2",
    "radash": "^9.1.0",
    "react": "17",
    "react-devtools-core": "^4.28.4",
    "react-dom": "17",
    "react-query": "^3.39.2",
    "semver": "^5.7.2",
    "simple-update-notifier": "^1.1.0",
    "tiny-invariant": "^1.3.1",
    "tough-cookie": "^4.1.3",
    "ts-dedent": "^2.2.0",
    "use-zustand": "^0.0.1",
    "uuid": "^9.0.0",
    "zustand": "^4.1.4"
  },
  "devDependencies": {
    "@types/inquirer": "^9.0.2",
    "@types/node": "^18.8.3",
    "@types/react": "^18.0.25",
    "@types/uuid": "^8.3.4",
    "esbuild": "^0.15.10",
    "genversion": "^3.1.1",
    "typescript": "^4.8.4"
  }
}