{
  "name": "@coveo/cli-commons",
  "version": "2.9.11",
  "author": "Coveo",
  "description": "Common utils for @coveo/cli plugins",
  "license": "Apache-2.0",
  "files": [
    "lib/**"
  ],
  "exports": {
    "./*": {
      "types": "./lib/*.d.ts",
      "default": "./lib/*.js"
    }
  },
  "devDependencies": {
    "@coveo/cli-commons-dev": "6.0.6",
    "@types/is-ci": "3.0.0",
    "@types/jest": "29.5.1",
    "@types/npm-package-arg": "6.1.1",
    "jest": "29.5.0",
    "jsonschema": "1.4.1",
    "ts-jest": "29.1.0",
    "typescript": "4.9.5"
  },
  "dependencies": {
    "@amplitude/analytics-node": "^1.3.3",
    "@amplitude/analytics-types": "^2.1.2",
    "@coveo/platform-client": "58.5.0",
    "@oclif/core": "1.24.0",
    "abortcontroller-polyfill": "1.7.5",
    "chalk": "4.1.2",
    "fs-extra": "11.1.1",
    "https-proxy-agent": "5.0.1",
    "is-ci": "3.0.1",
    "isomorphic-fetch": "3.0.0",
    "npm-package-arg": "10.1.0",
    "semver": "7.5.2",
    "ts-dedent": "2.2.0"
  },
  "scripts": {
    "test": "jest",
    "test:ci:snap": "jest -u",
    "build": "tsc -b tsconfig.build.json",
    "prepublishOnly": "npm run build",
    "release:phase1": "npx -p=@coveord/release npm-publish"
  },
  "publishConfig": {
    "access": "public"
  }
}
