@crystal-ball/commitizen-adapter
Version:
🔮 Projects - Commitizen adapter
55 lines (54 loc) • 1.28 kB
JSON
{
"name": "@crystal-ball/commitizen-adapter",
"version": "1.4.0",
"description": "🔮 Projects - Commitizen adapter",
"main": "index.js",
"keywords": [
"crystal-ball",
"commitizen"
],
"contributeros": [
"Dan Hedgecock <hedgecock.d@gmail.com> (https://danhedgecock.com)"
],
"repository": {
"type": "git",
"url": "https://github.com/crystal-ball/commitizen-adapter.git"
},
"publishConfig": {
"access": "public"
},
"license": "ISC",
"scripts": {
"test": "npm run test:lint && npm run test:unit",
"test:lint": "NODE_ENV=test eslint --format=pretty *.js",
"test:unit": "npx jest",
"format": "prettier --write \"*.{js,md}\""
},
"dependencies": {
"commitizen": "4.0.3",
"wrap-ansi": "6.0.0"
},
"devDependencies": {
"@crystal-ball/prettier-base": "1.2.0",
"@crystal-ball/semantic-release-base": "1.6.2",
"eslint-config-eloquence": "12.3.0",
"husky": "3.0.1",
"jest": "24.8.0"
},
"config": {
"commitizen": {
"path": "./index.js"
}
},
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && git cz --hook"
}
},
"prettier": "@crystal-ball/prettier-base",
"release": {
"extends": [
"@crystal-ball/semantic-release-base"
]
}
}