{
  "name": "@cto.ai/sdk",
  "version": "1.5.6",
  "description": "",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "rm -rf dist/ && tsc",
    "postversion": "git push"
  },
  "author": "",
  "license": "ISC",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@cto.ai/inquirer": "^6.4.4",
    "@oclif/config": "^1.12.10",
    "@types/cli-progress": "^1.8.1",
    "@types/fs-extra": "^7.0.0",
    "@types/node": "^12.0.4",
    "@types/node-notifier": "^5.4.0",
    "@types/yargs": "^13.0.0",
    "ansi-escapes": "^3.2.0",
    "axios": "^0.19.0",
    "chalk": "^2.4.2",
    "cli-cursor": "^2.1.0",
    "cli-progress": "^3.10.0",
    "cli-ux": "^5.2.1",
    "cli-width": "^2.0.0",
    "dateformat": "^3.0.3",
    "datejs": "^1.0.0-rc3",
    "external-editor": "^3.0.3",
    "figures": "^2.0.0",
    "fs-extra": "^8.0.1",
    "install": "^0.12.2",
    "is-docker": "^2.0.0",
    "lodash": "^4.17.11",
    "mute-stream": "0.0.7",
    "node-notifier": "^5.4.0",
    "run-async": "^2.2.0",
    "rxjs": "^6.4.0",
    "string-width": "^2.1.0",
    "strip-ansi": "^5.1.0",
    "terminal-link": "^1.3.0",
    "through": "^2.3.6",
    "yargs": "^13.2.4"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "chalk-pipe": "^2.0.0",
    "cmdify": "^0.0.4",
    "mocha": "^5.0.0",
    "mockery": "^2.1.0",
    "nyc": "^13.1.0",
    "sinon": "^7.1.1",
    "typescript": "^3.4.5",
    "is-docker": "^2.0.0"
  }
}
