{
  "name": "commit-conv",
  "version": "1.0.3",
  "description": "Converts commit messages based on commit conventions",
  "main": "index.js",
  "scripts": {
    "test": "snyk test && jest",
    "doc:lint": "documentation lint index.js",
    "doc:md": "documentation readme index.js -s \"Documentation\" --f remark -g",
    "doc": "npm run doc:lint && npm run doc:md",
    "lint:js": "eslint -c ./.eslintrc.json src/*.js test/*.js --fix",
    "lint:md": "remark . .github -i ./.remarkignore",
    "lint": "npm run lint:js && npm run lint:md",
    "prepare": "snyk protect",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "git+https://Berkmann18@github.com/Berkmann18/commit-conv.git"
  },
  "keywords": [
    "commit",
    "conventions",
    "message"
  ],
  "author": "Maximilian Berkmann <maxieberkmann@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Berkmann18/commit-conv/issues"
  },
  "homepage": "https://github.com/Berkmann18/commit-conv#readme",
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 9"
  ],
  "lint-staged": {
    "*.js": [
      "eslint -c ./.eslintrc.json --fix",
      "git add"
    ],
    "*.md": [
      "remark",
      "git add"
    ]
  },
  "engines": {
    "node": ">= 7.6.0",
    "npm": ">= 5.6.0"
  },
  "config": {
    "commitizen": {
      "path": "cz-adapter-eslint"
    }
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "jest": {
    "collectCoverage": true,
    "collectCoverageFrom": [
      "index.js",
      "src/*.js",
      "test/*.js",
      "!**/node_modules/**",
      "!**/_*.js"
    ],
    "coverageThreshold": {
      "global": {
        "branches": 80,
        "functions": 90,
        "lines": 50,
        "statements": 50
      }
    },
    "testEnvironment": "node"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^3.0.4",
    "@semantic-release/git": "^7.0.16",
    "@semantic-release/npm": "^5.1.13",
    "conventional-changelog-eslint": "^3.0.1",
    "cz-adapter-eslint": "^0.3.0",
    "documentation": "^12.0.1",
    "eslint": "^6.0.1",
    "eslint-plugin-jquery": "^1.5.1",
    "eslint-plugin-node": "^9.1.0",
    "eslint-plugin-security": "^1.4.0",
    "eslint-plugin-you-dont-need-lodash-underscore": "^6.5.0",
    "husky": "^3.0.0",
    "jest": "^24.8.0",
    "lint-staged": "^9.2.0",
    "remark-cli": "^6.0.1",
    "remark-preset-lint-consistent": "^2.0.3",
    "remark-preset-lint-recommended": "^3.0.3",
    "semantic-release": "^15.13.18",
    "snyk": "^1.193.1"
  }
}
