UNPKG

cz-cc

Version:

Commitizen adaptor that follows the Conventional Commits specification (with support for semantic emoji ✨)

59 lines (58 loc) 1.47 kB
{ "name": "cz-cc", "version": "1.0.1", "description": "Commitizen adaptor that follows the Conventional Commits specification (with support for semantic emoji ✨)", "keywords": [ "commitizen", "adaptor", "conventional-commit", "conventional-changelog", "cz-conventional-changelog", "git", "emoji" ], "author": "Lchemist", "license": "Apache-2.0", "homepage": "https://github.com/Lchemist/cz-cc", "repository": { "type": "git", "url": "git+https://github.com/Lchemist/cz-cc.git" }, "files": [ "lib" ], "main": "lib/index.js", "engines": { "node": ">=8", "npm": ">=5" }, "scripts": { "_postinstall": "husky install", "prepublishOnly": "pinst --disable", "postpublish": "pinst --enable", "prebuild": "rimraf tsconfig.tsbuildinfo lib", "build": "tsc -b", "release": "semantic-release" }, "dependencies": { "chalk": "^4.1.0", "inquirer-autocomplete-prompt": "^1.3.0", "word-wrap": "^1.2.3" }, "peerDependencies": { "commitizen": ">=4" }, "devDependencies": { "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "@semantic-release/changelog": "^5.0.1", "@semantic-release/git": "^9.0.0", "@types/commitlint__load": "^8.3.1", "@types/node": "^14.14.25", "husky": "^5.0.9", "pinst": "^2.1.4", "rimraf": "^3.0.2", "semantic-release": "^17.3.8", "typescript": "^4.1.5" } }