{
  "name": "@useoptic/cli-shared",
  "version": "10.3.0",
  "scripts": {
    "test": "cd test && tap tests",
    "ws:build": "tsc -b --verbose",
    "ws:clean": "rm -rf build && rm -f tsconfig.tsbuildinfo",
    "ws:test": "yarn run test"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@github.com/useoptic/optic-package.git",
    "directory": "workspaces/cli-shared"
  },
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "dependencies": {
    "@oclif/command": "^1.6.1",
    "@useoptic/cli-client": "10.3.0",
    "@useoptic/cli-config": "10.3.0",
    "@useoptic/client-utilities": "10.3.0",
    "@useoptic/optic-domain": "10.3.0",
    "@useoptic/optic-engine-native": "10.3.0",
    "@useoptic/optic-engine-wasm": "10.3.0",
    "@useoptic/saas-types": "10.3.0",
    "@useoptic/shape-hash": "10.3.0",
    "avsc": "^5.4.21",
    "aws-sdk": "^2.889.0",
    "axax": "^0.2.2",
    "bottleneck": "^2.19.5",
    "cli-ux": "^5.5.1",
    "colors": "^1.4.0",
    "execa": "^4.0.3",
    "fs-extra": "^9.0.0",
    "lodash.throttle": "^4.1.1",
    "mockttp": "^1.1.0",
    "oboe": "^2.1.5",
    "ora": "^4.0.4",
    "proper-lockfile": "^4.1.1",
    "semver": "^7.3.4",
    "stream-chain": "^2.2.3",
    "stream-fork": "^1.0.3",
    "stream-json": "^1.7.1",
    "tree-kill": "^1.2.2",
    "uuid": "^8.0.0",
    "wait-on": "^4.0.0",
    "whatwg-mimetype": "^2.3.0"
  },
  "devDependencies": {
    "@types/debug": "^4.1.5",
    "@types/fs-extra": "^9.0.8",
    "@types/lodash.throttle": "^4.1.6",
    "@types/node": "^12.12.6",
    "@types/proper-lockfile": "^4.1.1",
    "@types/semver": "^7.3.4",
    "@types/stream-chain": "^2.0.0",
    "@types/stream-fork": "^1.0.0",
    "@types/stream-json": "^1.5.1",
    "@types/uuid": "^8.3.0",
    "@types/wait-on": "^5.2.0",
    "@types/whatwg-mimetype": "^2.1.0",
    "tap": "^14.11.0",
    "type-fest": "^0.20.2"
  },
  "files": [
    "/build"
  ]
}
