{
  "name": "cli-engine-command",
  "description": "base CLI command for cli-engine",
  "version": "9.0.7",
  "author": "Jeff Dickey @dickeyxxx",
  "bugs": "https://github.com/heroku/cli-engine-command/issues",
  "dependencies": {
    "@heroku/linewrap": "^1.0.0",
    "ansi-escapes": "^3.0.0",
    "cardinal": "1.x",
    "chalk": "^2.3.0",
    "cli-ux": "^2.0.20",
    "fs-extra": "^5.0.0",
    "http-call": "^4.0.6",
    "lodash.maxby": "^4.6.0",
    "moment": "^2.20.1",
    "string": "3.x",
    "supports-color": "^5.1.0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-jest": "^21.2.0",
    "babel-plugin-syntax-object-rest-spread": "^6.13.0",
    "babel-plugin-transform-class-properties": "6.24.1",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
    "babel-plugin-transform-flow-strip-types": "6.22.0",
    "cli-engine-config": "^3.3.1",
    "flow-bin": "^0.55.0",
    "flow-copy-source": "^1.2.1",
    "flow-typed": "^2.1.5",
    "husky": "^0.14.3",
    "jest": "^21.2.1",
    "jest-junit": "^3.0.0",
    "lint-staged": "^4.2.3",
    "nock": "^9.0.21",
    "nodemon": "^1.12.1",
    "prettier": "^1.7.1",
    "rimraf": "2.6.2",
    "std-mocks": "1.0.1"
  },
  "engines": {
    "node": ">=7.6.0"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/heroku/cli-engine-command",
  "jest": {
    "testEnvironment": "node",
    "setupTestFrameworkScriptFile": "./test/init.js"
  },
  "keywords": [
    "heroku",
    "heroku-cli-plugin"
  ],
  "license": "ISC",
  "lint-staged": {
    "src/**/*.js": [
      "prettier --write",
      "git add"
    ]
  },
  "main": "lib/index.js",
  "peerDependencies": {
    "cli-engine-config": "^3.0.0"
  },
  "repository": "heroku/cli-engine-command",
  "scripts": {
    "build": "babel src -d lib --ignore '*.test.js'",
    "clean": "rimraf lib",
    "copy-flow": "flow-copy-source -v -i '**/*.test.js' src lib",
    "posttest": "prettier -l 'src/**/*.js' && flow",
    "precommit": "lint-staged",
    "prepare": "npm run clean && npm run build && npm run copy-flow",
    "test": "jest",
    "watch": "nodemon -e js -i lib --exec \"npm run prepare\""
  }
}
