{
  "version": "7.5.4",
  "name": "cz-customizable",
  "description": "Commitizen customizable adapter following the conventional-changelog format.",
  "main": "index.js",
  "types": "index.d.ts",
  "bin": {
    "cz-customizable": "./standalone.js",
    "cz-cust": "./standalone.js"
  },
  "scripts": {
    "lint": "npx eslint *.js __tests__/**.js",
    "test": "jest",
    "test:watch": "jest -- --watch",
    "semantic-release": "semantic-release",
    "prettier": "prettier --single-quote --trailing-comma es5 --write '*.js' 'spec/**/*.js'",
    "commit": "npm run lint && npm run test && ./standalone.js"
  },
  "homepage": "https://github.com/leoforfree/cz-customizable",
  "repository": {
    "type": "git",
    "url": "https://github.com/leoforfree/cz-customizable.git"
  },
  "author": "Leonardo Correa <leonardoanalista@gmail.com>",
  "contributors": [
    "Aleksey Guryanov <gurianov@gmail.com>"
  ],
  "license": "MIT",
  "dependencies": {
    "editor": "1.0.0",
    "find-config": "^1.0.0",
    "inquirer": "^6.3.1",
    "lodash": "^4.17.23",
    "temp": "^0.9.4",
    "word-wrap": "^1.2.5"
  },
  "devDependencies": {
    "@babel/core": "^7.18.6",
    "@babel/preset-env": "^7.18.6",
    "babel-jest": "^28.1.2",
    "commitizen": "^4.2.4",
    "eslint": "^8.19.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-prettier": "^4.2.1",
    "ghooks": "^2.0.4",
    "jest": "^28.1.2",
    "prettier": "^2.7.1",
    "semantic-release": "^19.0.3"
  },
  "overrides": {
    "minimatch": "^3.1.5"
  },
  "config": {
    "commitizen": {
      "path": "./index.js"
    },
    "cz-customizable": {
      "config": "cz-config-EXAMPLE.js"
    },
    "ghooks": {
      "pre-commit": "npm run lint && npm run test"
    }
  }
}
