{
  "name": "@oclif/command",
  "description": "oclif base command",
  "version": "1.8.0",
  "author": "Jeff Dickey @jdxcode",
  "bugs": "https://github.com/oclif/command/issues",
  "dependencies": {
    "@oclif/config": "^1.15.1",
    "@oclif/errors": "^1.3.3",
    "@oclif/parser": "^3.8.3",
    "@oclif/plugin-help": "^3",
    "debug": "^4.1.1",
    "semver": "^7.3.2"
  },
  "devDependencies": {
    "@oclif/plugin-plugins": "^1.7.7",
    "@types/chai": "^4.1.7",
    "@types/mocha": "^8.0.0",
    "@types/node": "^14.0.14",
    "@types/semver": "^7.3.1",
    "chai": "^4.2.0",
    "cli-ux": "^5.1.0",
    "conventional-changelog-cli": "^2.0.12",
    "eslint": "^7.3.1",
    "eslint-config-oclif": "^3.1.0",
    "eslint-config-oclif-typescript": "^0.2.0",
    "fancy-test": "^1.4.3",
    "globby": "^11.0.1",
    "mocha": "^6.0.2",
    "sinon": "^9.0.1",
    "ts-node": "^8.8.2",
    "typescript": "3.8.3"
  },
  "peerDependencies": {
    "@oclif/config": "^1"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/flush.js",
    "/flush.d.ts",
    "/lib"
  ],
  "homepage": "https://github.com/oclif/command",
  "keywords": [
    "oclif"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "oclif": {
    "devPlugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-plugins"
    ]
  },
  "repository": "oclif/command",
  "scripts": {
    "build": "rm -rf lib && tsc",
    "lint": "eslint . --ext .ts --config .eslintrc",
    "posttest": "yarn lint",
    "prepublishOnly": "yarn run build",
    "test": "mocha --forbid-only \"test/**/*.test.ts\"",
    "version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
    "pretest": "yarn build --noEmit && tsc -p test --noEmit"
  },
  "types": "lib/index.d.ts"
}
