UNPKG

cz-conventional-changelog-zh-cn

Version:

A fork of cz-conventional-changelog, and has been sensibly localized into Simplified Chinese.

60 lines (59 loc) 1.56 kB
{ "name": "cz-conventional-changelog-zh-cn", "version": "0.0.7", "description": "A fork of cz-conventional-changelog, and has been sensibly localized into Simplified Chinese.", "main": "index.js", "scripts": { "commit": "git-cz", "test": "mocha *.test.js", "format": "prettier --write *.js", "semantic-release": "semantic-release" }, "homepage": "https://github.com/henryau53/cz-conventional-changelog-zh-cn", "repository": { "type": "git", "url": "https://github.com/henryau53/cz-conventional-changelog-zh-cn.git" }, "engineStrict": true, "engines": { "node": ">= 10" }, "author": "Henry Yau <henryau53@outlook.com>", "keywords": [ "commitizen", "conventional-changelog", "cz-conventional-changelog", "cz-conventional-changelog-zh-cn", "conventional-commit-types", "conventional-commit-types-zh-cn" ], "license": "MIT", "dependencies": { "chalk": "^3.0.0", "commitizen": "^4.0.3", "conventional-commit-types": "^3.0.0", "conventional-commit-types-zh-cn": "^3.0.1", "lodash.map": "^4.5.1", "longest": "^2.0.1", "word-wrap": "^1.0.3" }, "devDependencies": { "@types/chai": "4.3.3", "@types/mocha": "9.1.1", "chai": "4.3.6", "cosmiconfig": "5.2.1", "mocha": "9.2.2", "mock-require": "3.0.3", "prettier": "1.19.1", "semantic-release": "19.0.5", "semver": "6.3.0" }, "optionalDependencies": { "@commitlint/load": ">6.1.1" }, "config": { "commitizen": { "path": "./index.js" } } }