{
  "name": "@auto-it/conventional-commits",
  "version": "11.3.6",
  "main": "dist/index.js",
  "description": "Conventional commit plugin for auto",
  "license": "MIT",
  "author": {
    "name": "Andrew Lisowski",
    "email": "lisowski54@gmail.com"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/intuit/auto"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "automation",
    "semantic",
    "release",
    "github",
    "labels",
    "automated",
    "continuos integration",
    "changelog",
    "conventional commits"
  ],
  "scripts": {
    "build": "tsc -b",
    "start": "npm run build -- -w",
    "lint": "eslint src --ext .ts",
    "test": "jest --maxWorkers=2 --config ../../package.json"
  },
  "dependencies": {
    "@auto-it/core": "11.3.6",
    "array.prototype.flatmap": "^1.2.2",
    "conventional-changelog-core": "^4.2.0",
    "conventional-changelog-preset-loader": "^2.3.4",
    "conventional-commits-parser": "^3.1.0",
    "endent": "^2.1.0",
    "fp-ts": "^2.5.3",
    "io-ts": "^2.1.2",
    "tslib": "2.1.0"
  },
  "devDependencies": {
    "@types/conventional-changelog-core": "^4.1.1",
    "@types/conventional-changelog-preset-loader": "^2.3.1",
    "@types/conventional-commits-parser": "^3.0.0"
  },
  "gitHead": "e828cd1c30721565ccc07144c39bc7eb55ed0878"
}
