{
  "name": "@optimizely/opti-cli",
  "version": "1.0.0-beta.54",
  "description": "Optimizely command line interface",
  "repository": "https://github.com/ZaiusInc/opti-cli",
  "license": "Apache-2.0",
  "licenses": [
    {
      "type": "Apache-2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0"
    }
  ],
  "author": "Optimizely, Inc.",
  "main": "./dist/index.js",
  "bin": {
    "opti": "./bin/opti.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 jest"
  },
  "dependencies": {
    "@zaiusinc/app-sdk": "^0.17.5",
    "@zaiusinc/node-sdk": "^0.8.2",
    "adm-zip": "^0.4.13",
    "aws-sdk": "^2.479.0",
    "chalk": "^2.4.2",
    "cli-spinners": "^2.2.0",
    "columnify": "^1.5.4",
    "date-fns": "^2.29.3",
    "deepmerge": "^4.0.0",
    "dotenv": "^10.0.0",
    "glob": "^7.1.4",
    "js-yaml": "3.13.1",
    "marked": "^0.7.0",
    "marked-terminal": "^3.3.0",
    "mustache": "^3.1.0",
    "node-fetch": "^2.6.0",
    "oo-cli": "0.2.1",
    "parse-duration": "^0.4.4",
    "semver": "^6.3.0",
    "terminal-kit": ">=1.28.42 <1.44.0",
    "text-table": "0.2.0",
    "title-case": "^2.1.1",
    "open": "^8.4.0"
  },
  "devDependencies": {
    "@types/adm-zip": "^0.4.32",
    "@types/aws-sdk": "^2.7.0",
    "@types/chalk": "^2.2.0",
    "@types/cli-spinners": "^1.3.0",
    "@types/deepmerge": "^2.2.0",
    "@types/glob": "^7.1.1",
    "@types/google-protobuf": "^3.7.1",
    "@types/jest": "^24.0.11",
    "@types/marked": "^0.6.5",
    "@types/marked-terminal": "^3.1.1",
    "@types/js-yaml": "3.12.1",
    "@types/mustache": "^0.8.32",
    "@types/node": "^13.7.0",
    "@types/node-fetch": "^2.5.0",
    "@types/semver": "^6.0.1",
    "@types/terminal-kit": "^1.28.0",
    "@types/text-table": "0.2.0",
    "@zaiusinc/tslint-presets": "^1.0.0",
    "copy": "^0.3.2",
    "jest": "^24.7.1",
    "nodemon": "^1.18.11",
    "rimraf": "^3.0.2",
    "ts-jest": "^24.0.2",
    "tslint": "^5.16.0",
    "typescript": "^3.7.5"
  },
  "resolutions": {
    "@types/marked": "^0.6.5"
  },
  "engines": {
    "node": ">=8.0.0"
  }
}
