cz-message-helper
Version:
A commit message helper for commitizen
69 lines (68 loc) • 1.64 kB
JSON
{
"name": "cz-message-helper",
"version": "2.0.0",
"description": "A commit message helper for commitizen",
"license": "MIT",
"author": "lin pengteng <china.linpengteng@gmail.com>",
"main": "./index.cjs",
"files": [
"index.cjs"
],
"keywords": [
"cz-customizable",
"commit-message",
"commitlint",
"commitizen"
],
"scripts": {
"build": "tsup",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linpengteng/cz-message-helper.git"
},
"bugs": {
"url": "https://github.com/linpengteng/cz-message-helper/issues"
},
"dependencies": {
"@inquirer/prompts": "^7.1.0",
"@inquirer/type": "^3.0.1",
"find-config": "^1.0.0",
"inquirer": "^12.1.0",
"rimraf": "^6.0.1",
"word-wrap": "^1.2.5"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/config-inspector": "^0.5.6",
"@eslint/js": "^9.15.0",
"@release-it/conventional-changelog": "^9.0.3",
"@stylistic/eslint-plugin": "^2.11.0",
"@types/eslint": "^9.6.1",
"@types/find-config": "^1.0.4",
"@types/node": "^22.9.4",
"eslint": "^9.15.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.4.0",
"release-it": "^17.10.0",
"shx": "^0.3.4",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"typescript-eslint": "^8.15.0"
},
"config": {
"cz-message-helper": {
"config": ".cz-message.cjs"
},
"commitizen": {
"path": "./index.cjs"
}
},
"engines": {
"node": ">=20.0.0",
"pnpm": ">=8"
}
}