UNPKG

@commitlint/cz-commitlint

Version:

Commitizen adapter using the commitlint.config.js

63 lines (62 loc) 1.47 kB
{ "name": "@commitlint/cz-commitlint", "version": "21.0.2", "gitHead": "806904829c497cdfedeebfbac573bd1c8ee66b2b", "description": "Commitizen adapter using the commitlint.config.js", "keywords": [ "commitizen", "commitlint", "conventional-changelog", "cz", "cz-commitlint" ], "homepage": "https://commitlint.js.org/", "bugs": { "url": "https://github.com/conventional-changelog/commitlint/issues" }, "license": "MIT", "author": "Curly Brackets <water.curly@outlook.com>", "repository": { "type": "git", "url": "https://github.com/conventional-changelog/commitlint.git", "directory": "@commitlint/cz-commitlint" }, "files": [ "index.cjs", "lib" ], "type": "module", "main": "./lib/index.js", "exports": { "import": "./lib/index.js", "require": "./index.cjs" }, "scripts": { "commit": "git-cz" }, "dependencies": { "@commitlint/ensure": "^21.0.1", "@commitlint/load": "^21.0.2", "@commitlint/types": "^21.0.1", "is-plain-obj": "^4.1.0", "picocolors": "^1.1.1", "word-wrap": "^1.2.5" }, "devDependencies": { "@types/inquirer": "^9.0.7", "commitizen": "^4.2.4" }, "peerDependencies": { "commitizen": "^4.0.3", "inquirer": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0" }, "config": { "commitizen": { "path": "./@commitlint/cz-commitlint" } }, "engines": { "node": ">=22.12.0" }, "engineStrict": true }