{
  "name": "@lifeomic/cli",
  "version": "8.2.1",
  "description": "CLI for interacting with the LifeOmic PHC API.",
  "main": "lo.js",
  "author": "LifeOmic <development@lifeomic.com>",
  "license": "MIT",
  "engines": {
    "node": ">= 7.6.0"
  },
  "bin": {
    "lo": "./lo.js"
  },
  "scripts": {
    "prelint": "yarn --network-timeout 1000000",
    "lint": "eslint .",
    "pretest": "yarn lint",
    "test": "ava --serial --verbose test/unit",
    "build": "./build.sh"
  },
  "dependencies": {
    "axios": "^0.19.0-beta.1",
    "axios-retry": "^3.1.2",
    "chalk": "^2.4.2",
    "cli-progress": "^1.8.0",
    "columnify": "^1.5.4",
    "configstore": "^3.1.2",
    "copy-paste": "^1.3.0",
    "debug": "^3.2.6",
    "get-stdin": "^6.0.0",
    "inquirer": "^5.2.0",
    "jmespath": "^0.15.0",
    "js-yaml": "^3.13.1",
    "jsome": "^2.5.0",
    "jsonwebtoken": "^8.5.1",
    "lodash": "^4.17.11",
    "mkdirp": "^0.5.1",
    "open": "^6.3.0",
    "prettyoutput": "^1.2.0",
    "queue": "^4.5.1",
    "recursive-readdir": "^2.2.2",
    "stoppable": "^1.1.0",
    "stream-chain": "^2.1.0",
    "stream-csv-as-json": "^1.0.1",
    "stream-json": "^1.2.1",
    "yargs": "^12.0.5"
  },
  "devDependencies": {
    "@lifeomic/eslint-plugin-node": "^1.3.0",
    "ava": "^0.25.0",
    "eslint": "^4.19.1",
    "memory-streams": "^0.1.3",
    "pkg": "^4.3.7",
    "proxyquire": "^2.1.0",
    "sinon": "^4.5.0"
  },
  "eslintConfig": {
    "extends": "plugin:@lifeomic/node/recommended"
  },
  "publishConfig": {
    "access": "public"
  },
  "pkg": {
    "scripts": "lib/cmds/**/*.js"
  }
}
