{
  "name": "@coveo/cli",
  "version": "3.3.0",
  "author": "Coveo",
  "description": "Coveo CLI",
  "engines": {
    "node": "^18.18.1 || ^20.9.0 || ^22.0.0 || ^24.0.0"
  },
  "dependencies": {
    "@amplitude/analytics-node": "^1.3.3",
    "@amplitude/identify": "^1.9.0",
    "@coveo/cli-commons": "2.9.11",
    "@coveo/cli-plugin-source": "2.3.11",
    "@coveo/platform-client": "58.5.0",
    "@oclif/core": "1.24.0",
    "@oclif/plugin-help": "5.1.23",
    "@oclif/plugin-plugins": "2.1.12",
    "@oclif/plugin-version": "1.1.4",
    "abortcontroller-polyfill": "^1.7.1",
    "archiver": "^5.3.0",
    "async-retry": "^1.3.1",
    "chalk": "4.1.2",
    "cli-progress": "^3.9.1",
    "cross-spawn": "^7.0.6",
    "extract-zip": "^2.0.1",
    "fetch-undici-polyfill": "1.2.1",
    "fs-extra": "^11.0.0",
    "get-port": "5.1.1",
    "https-proxy-agent": "^5.0.0",
    "inquirer": "8.2.5",
    "is-unicode-supported": "^1.3.0",
    "isomorphic-fetch": "^3.0.0",
    "json2csv": "^5.0.6",
    "jsonschema": "1.4.1",
    "node-machine-id": "^1.1.12",
    "open": "^8.4.0",
    "semver": "^7.3.4",
    "tmp": "^0.2.1",
    "ts-dedent": "2.2.0",
    "tslib": "2.5.0"
  },
  "devDependencies": {
    "@amplitude/analytics-types": "^2.1.2",
    "@amplitude/types": "1.10.2",
    "@babel/core": "7.21.5",
    "@coveo/angular": "1.36.16",
    "@coveo/atomic-component-health-check": "2.2.19",
    "@coveo/cli-commons-dev": "6.0.6",
    "@coveo/cra-template": "1.38.25",
    "@coveo/create-atomic": "^1",
    "@coveo/create-atomic-component": "^1",
    "@coveo/create-atomic-component-project": "^1",
    "@coveo/create-atomic-result-component": "^1",
    "@coveo/create-headless-vue": "1.4.7",
    "@oclif/test": "2.2.21",
    "@types/archiver": "5.3.2",
    "@types/async-retry": "1.4.5",
    "@types/cli-progress": "3.11.0",
    "@types/cross-spawn": "6.0.6",
    "@types/fs-extra": "11.0.1",
    "@types/inquirer": "8.2.6",
    "@types/jest": "29.5.1",
    "@types/json2csv": "5.0.3",
    "@types/node": "18.16.3",
    "@types/semver": "7.3.13",
    "@types/tmp": "0.2.3",
    "chai": "4.3.7",
    "eslint": "8.39.0",
    "fancy-test": "2.0.21",
    "jest": "29.5.0",
    "mock-stdin": "1.0.0",
    "oclif": "3.4.3",
    "prettier": "2.8.8",
    "rimraf": "4.4.1",
    "stdout-stderr": "0.1.13",
    "strip-ansi": "6.0.1",
    "ts-jest": "29.1.0",
    "ts-node": "10.9.1",
    "tsconfig-paths": "4.2.0",
    "typescript": "4.9.5"
  },
  "peerDependencies": {
    "create-react-app": "*"
  },
  "peerDependenciesMeta": {
    "create-react-app": {
      "optional": true
    }
  },
  "files": [
    "/bin",
    "/lib",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "homepage": "https://github.com/coveo/cli",
  "keywords": [
    "oclif"
  ],
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "bin": {
    "coveo": "./bin/run"
  },
  "oclif": {
    "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/cli/core/<%- commandPath %>",
    "description": "Coveo CLI",
    "commands": "./lib/commands",
    "bin": "coveo",
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-version",
      "@oclif/plugin-plugins",
      "@coveo/cli-plugin-source"
    ],
    "oclif": {
      "additionalHelpFlags": [
        "-h"
      ],
      "additionalVersionFlags": [
        "-v"
      ]
    },
    "scope": "coveo",
    "prefix": "cli-plugin",
    "topicSeparator": ":",
    "topics": {
      "auth": {
        "description": "manage authentification against the Coveo platform"
      },
      "atomic": {
        "description": "create customizable user interface with Coveo Atomic"
      },
      "config": {
        "description": "manage Coveo CLI configuration"
      },
      "org": {
        "description": "manage Coveo organizations"
      },
      "org:resources": {
        "description": "manage your organization resources (e.g., Query Pipelines, Fields or Source Configurations) with Coveo Snapshots"
      },
      "org:resources:model": {
        "description": "manage your Snapshot Pull Model"
      },
      "org:search": {
        "description": "perform queries against a coveo index"
      },
      "ui": {
        "description": "manage user interface deployments"
      },
      "ui:create": {
        "description": "create a user interface powered by different front end frameworks and Coveo Headless"
      }
    },
    "hooks": {
      "init": "./lib/hooks/init/set-global-config",
      "analytics": "./lib/hooks/analytics/analytics",
      "command_not_found": "./lib/hooks/commandNotFound/commandNotFound",
      "prerun": "./lib/hooks/prerun/checkNodeVersion",
      "postrun": "./lib/hooks/postrun/postrun"
    },
    "macos": {
      "identifier": "com.coveo.cli"
    },
    "update": {
      "s3": {
        "host": "https://static.cloud.coveo.com/cli",
        "bucket": "https://static.cloud.coveo.com/cli"
      }
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/coveo/cli.git",
    "directory": "packages/cli/core"
  },
  "scripts": {
    "build": "rimraf lib && tsc -b tsconfig.build.json",
    "test": "jest --colors",
    "test:ci:snap": "jest --colors -u",
    "lint": "prettier --check . && eslint .",
    "release:phase1": "npx -p=@coveord/release npm-publish",
    "postpack": "rimraf oclif.manifest.json",
    "prepublishOnly": "rimraf lib && npm run build && oclif manifest && oclif readme && node ./scripts/post-readme.mjs"
  },
  "types": "lib/index.d.ts",
  "publishConfig": {
    "access": "public"
  }
}
