{
  "name": "cli",
  "version": "0.0.0",
  "author": "Jeff Loiselle @phishy",
  "bin": {
    "wflow": "./bin/run"
  },
  "bugs": "https://github.com/phishy/wflow/issues",
  "dependencies": {
    "@oclif/command": "^1",
    "@oclif/config": "^1",
    "@oclif/plugin-help": "^2",
    "which": "^1.3.1"
  },
  "devDependencies": {
    "@oclif/test": "^1",
    "chai": "^4",
    "eslint": "^5.13",
    "eslint-config-oclif": "^3.1",
    "mocha": "^5",
    "nyc": "^13"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/bin",
    "/src"
  ],
  "homepage": "https://github.com/phishy/wflow",
  "keywords": [
    "oclif"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "oclif": {
    "bin": "wflow"
  },
  "repository": "phishy/wflow",
  "scripts": {
    "posttest": "eslint .",
    "test": "nyc mocha --forbid-only \"test/**/*.test.js\""
  }
}
