{
  "name": "mol-conventional-changelog",
  "version": "2.0.0",
  "description": "MOL Commitizen adapter following the conventional-changelog format",
  "main": "index.js",
  "scripts": {
    "test": "echo \"No test specified\" && exit 0",
    "lint": "eslint './**/*.js'",
    "precommit": "npm run lint",
    "prepare": "husky",
    "semantic-release": "semantic-release"
  },
  "author": "MailOnline <fe@mailonline.co.uk>",
  "homepage": "https://github.com/MailOnline/mol-conventional-changelog",
  "repository": {
    "type": "git",
    "url": "git@github.com:MailOnline/mol-conventional-changelog.git"
  },
  "license": "UNLICENSED",
  "dependencies": {
    "app-root-path": "^2.2.1",
    "glob": "^10.4.2",
    "inquirer": "^7.0.5",
    "pad-right": "^0.2.2",
    "shelljs": "^0.8.5",
    "signale": "^1.4.0",
    "word-wrap": "^1.2.3"
  },
  "devDependencies": {
    "commitizen": "^4.2.4",
    "eslint": "8.57.0",
    "eslint-config-mailonline": "^13.0.2",
    "husky": "^9.0.11",
    "semantic-release": "^22.0.12"
  },
  "release": {
    "branches": [
      "master"
    ]
  },
  "resolutions": {
    "lodash": "^4.17.21",
    "trim-newlines": "^3.0.1"
  },
  "config": {
    "commitizen": {
      "path": "./index.js",
      "changelog": {
        "maxMessageLength": 72,
        "list": [
          "feat",
          "fix",
          "chore",
          "docs",
          "refactor",
          "style",
          "ci"
        ]
      }
    }
  }
}
