{
  "name": "@dwmkerr/standard-version",
  "version": "8.3.0",
  "description": "replacement for `npm version` with automatic CHANGELOG generation",
  "bin": "bin/cli.js",
  "scripts": {
    "posttest": "eslint .",
    "test": "nyc mocha --timeout=30000 test.js",
    "test:debug": "env DEBUG=conventional-recommended-bump mocha --inspect-brk --timeout=30000 test.js",
    "release": "bin/cli.js"
  },
  "nyc": {
    "exclude": [
      "tmp/**"
    ]
  },
  "repository": "conventional-changelog/standard-version",
  "engines": {
    "node": ">=8.0"
  },
  "keywords": [
    "conventional-changelog",
    "recommended",
    "changelog",
    "automatic",
    "workflow",
    "version",
    "angular",
    "standard"
  ],
  "author": "Ben Coe <ben@npmjs.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/conventional-changelog/standard-version/issues"
  },
  "homepage": "https://github.com/conventional-changelog/standard-version#readme",
  "dependencies": {
    "chalk": "2.4.2",
    "conventional-changelog": "3.1.18",
    "conventional-changelog-config-spec": "2.1.0",
    "conventional-changelog-conventionalcommits": "4.2.3",
    "conventional-recommended-bump": "6.0.5",
    "detect-indent": "6.0.0",
    "detect-newline": "3.1.0",
    "dotgitignore": "2.1.0",
    "figures": "3.1.0",
    "find-up": "4.1.0",
    "fs-access": "1.0.1",
    "git-semver-tags": "3.0.1",
    "semver": "7.1.1",
    "stringify-package": "1.0.1",
    "yargs": "15.3.1"
  },
  "devDependencies": {
    "chai": "4.2.0",
    "coveralls": "3.0.9",
    "eslint": "6.7.2",
    "eslint-config-standard": "14.1.0",
    "eslint-plugin-import": "2.20.0",
    "eslint-plugin-node": "10.0.0",
    "eslint-plugin-promise": "4.2.1",
    "eslint-plugin-standard": "4.0.1",
    "mocha": "7.1.2",
    "mock-git": "2.0.0",
    "mockery": "2.1.0",
    "nyc": "14.1.1",
    "shelljs": "0.8.3"
  }
}
