{
  "name": "conventional-changelog-metahub",
  "description": "conventional-changelog preset",
  "version": "4.0.1",
  "author": "Pierre Vanduynslager",
  "ava": {
    "files": [
      "test/**/*.test.js"
    ],
    "helpers": [
      "test/helpers/**/*"
    ]
  },
  "bugs": {
    "url": "https://github.com/pvdlg/conventional-changelog-metahub/issues"
  },
  "dependencies": {
    "conventional-changelog-angular": "^5.0.0",
    "lodash": "^4.17.4"
  },
  "devDependencies": {
    "ava": "^2.4.0",
    "codecov": "^3.0.0",
    "conventional-changelog": "^3.0.1",
    "conventional-commits-parser": "^3.0.0",
    "emoji-regex": "^8.0.0",
    "execa": "^4.0.0",
    "fs-extra": "^8.0.0",
    "get-stream": "^5.1.0",
    "nyc": "^15.0.0",
    "p-each-series": "^2.1.0",
    "proxyquire": "^2.0.0",
    "semantic-release": "^17.0.0",
    "stringz": "^2.0.0",
    "tempy": "^0.4.0",
    "xo": "^0.27.0"
  },
  "engines": {
    "node": ">=10.13"
  },
  "files": [
    "lib/*.js",
    "index.js",
    "release-rules.js",
    "types.js",
    "aliases.js"
  ],
  "homepage": "https://github.com/pvdlg/conventional-changelog-metahub#readme",
  "keywords": [
    "changelog",
    "conventional-changelog",
    "conventional-commits",
    "publish",
    "release",
    "semantic-release"
  ],
  "license": "MIT",
  "main": "index.js",
  "nyc": {
    "include": [
      "lib/*.js",
      "index.js",
      "release-rules.js",
      "types.js",
      "aliases.js"
    ],
    "reporter": [
      "html",
      "json",
      "text"
    ],
    "all": true
  },
  "prettier": {
    "printWidth": 120,
    "trailingComma": "es5"
  },
  "publishConfig": {
    "access": "public"
  },
  "release": {
    "analyzeCommits": {
      "config": "./index.js",
      "releaseRules": "./release-rules.js"
    },
    "generateNotes": {
      "config": "./index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pvdlg/conventional-changelog-metahub.git"
  },
  "scripts": {
    "codecov": "codecov -f coverage/coverage-final.json",
    "lint": "xo",
    "pretest": "npm run lint",
    "semantic-release": "semantic-release",
    "test": "nyc ava -v"
  },
  "xo": {
    "prettier": true,
    "rules": {
      "prefer-named-capture-group": "off"
    }
  }
}
