{
  "name": "npm-patch",
  "version": "0.0.43",
  "main": "bin/index.js",
  "license": "MIT",
  "bin": {
    "npm-patch": "bin/npm-patch.js"
  },
  "dependencies": {
    "chalk": "^2.3.0",
    "dotenv": "^5.0.0",
    "execa": "^0.9.0",
    "fs-extra": "^5.0.0",
    "git-commit": "^0.0.3",
    "has-git": "^0.0.11",
    "lodash.flatten": "^4.4.0",
    "lodash.set": "^4.3.2",
    "nerf-dart": "^1.0.0",
    "node-fetch": "^1.7.3",
    "normalize-url": "^2.0.1",
    "pkg-up": "^2.0.0",
    "pretty-error": "^2.1.1",
    "registry-auth-token": "^3.3.2",
    "semver": "^5.5.0",
    "yargs": "^11.0.0"
  },
  "scripts": {
    "test": "node bin/npm-patch",
    "dev": "node dev",
    "prepare": "yarn run flow-remove-types src/ -d lib/ --pretty --sourcemaps",
    "lint": "standard --verbose | snazzy",
    "fix": "standard --fix --verbose | snazzy"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "standard": {
    "parser": "babel-eslint",
    "plugins": [
      "flowtype"
    ],
    "ignore": [
      "lib/",
      "test/",
      "dev.js",
      "src/index.js.flow"
    ]
  },
  "devDependencies": {
    "babel-eslint": "^8.2.1",
    "eslint-plugin-flowtype": "^2.42.0",
    "flow-bin": "^0.64.0",
    "flow-remove-types": "^1.2.3",
    "snazzy": "^7.0.0",
    "standard": "^10.0.3"
  }
}
