{
  "name": "@optimizely/ocp-cli",
  "version": "1.4.3",
  "deprecated": "OCP CLI v1.x is deprecated. Migrate to v2: https://docs.developers.optimizely.com/optimizely-connect-platform/docs/ocp-cli-v2-migration",
  "description": "Optimizely Connect Platform command line interface",
  "repository": "https://github.com/ZaiusInc/ocp-cli",
  "license": "Apache-2.0",
  "licenses": [
    {
      "type": "Apache-2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0"
    }
  ],
  "author": "Optimizely, Inc.",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "main": "./dist/index.js",
  "bin": {
    "ocp": "./bin/ocp.js"
  },
  "files": [
    "bin/",
    "dist/",
    "src/"
  ],
  "scripts": {
    "build": "npx rimraf remove ./dist/ && npx tsc -p . && node ./node_modules/oo-cli/dist/build.js",
    "build-watch": "npx rimraf remove ./dist/ && npx nodemon -e ts,json --watch src --exec 'tsc -p . && node ./node_modules/oo-cli/dist/build.js'",
    "lint": "npx tslint --project .",
    "test": "npx vitest run --passWithNoTests",
    "test:e2e": "npx vitest run --config vitest.e2e.config.ts",
    "test:e2e:watch": "npx vitest --config vitest.e2e.config.ts",
    "test:all": "npm run test && npm run test:e2e",
    "test:watch": "npx vitest"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "3.896",
    "@inquirer/prompts": "^7.2.4",
    "adm-zip": "^0.4.13",
    "chalk": "^4.1.2",
    "cli-spinners": "^2.2.0",
    "columnify": "^1.5.4",
    "date-fns": "^2.29.3",
    "deepmerge": "^4.0.0",
    "dotenv": "^10.0.0",
    "globby": "^11.1.0",
    "js-yaml": "3.13.1",
    "marked": "^11.2.0",
    "marked-terminal": "^7.3.0",
    "mustache": "^3.1.0",
    "oo-cli": "0.2.1",
    "open": "^8.4.0",
    "parse-duration": "^0.4.4",
    "semver": "^6.3.0",
    "terminal-kit": ">=1.28.42 <2.2.0",
    "text-table": "0.2.0",
    "title-case": "^2.1.1"
  },
  "devDependencies": {
    "@types/adm-zip": "^0.4.32",
    "@types/cli-spinners": "^1.3.0",
    "@types/google-protobuf": "^3.7.1",
    "@types/js-yaml": "3.12.1",
    "@types/marked-terminal": "^6.1.1",
    "@types/mustache": "^0.8.32",
    "@types/node": "^18.15.12",
    "@types/semver": "^6.0.1",
    "@types/terminal-kit": "^2.5.1",
    "@types/text-table": "0.2.0",
    "@vitest/ui": "^1.6.0",
    "@zaiusinc/tslint-presets": "^1.0.0",
    "copy": "^0.3.2",
    "execa": "^9.6.0",
    "nodemon": "^2.0.22",
    "rimraf": "^3.0.2",
    "tslint": "^5.16.0",
    "typescript": "^4.7.4",
    "vitest": "^1.6.0"
  },
  "resolutions": {
    "@aws-sdk/types": "3.893.0",
    "@aws-sdk/util-locate-window": "3.893.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
