UNPKG

@crystal-ball/commitizen-base

Version:
46 lines (45 loc) • 1.17 kB
{ "name": "@crystal-ball/commitizen-base", "version": "2.12.0", "description": "🔮 Projects - Commitizen base", "main": "index.js", "keywords": [ "crystal-ball", "commitizen" ], "contributors": [ "Dan Hedgecock <hedgecock.d@gmail.com> (https://danhedgecock.com)" ], "repository": { "type": "git", "url": "https://github.com/crystal-ball/commitizen-base.git" }, "publishConfig": { "access": "public" }, "license": "ISC", "scripts": { "commit": "cz", "test": "npm run test:lint && npm run test:unit", "test:lint": "NODE_ENV=test eslint --format=pretty --ext .js,.ts index.js src", "test:unit": "npx jest", "format": "prettier --write '*.{js,json,md,ts}' '**/*.{js,json,md,ts}' !CHANGELOG.md" }, "dependencies": { "commitizen": "4.2.5", "wrap-ansi": "7.0.0" }, "devDependencies": { "@crystal-ball/prettier-base": "2.12.0", "@crystal-ball/semantic-release-base": "2.39.0", "@types/jest": "29.0.0", "eslint-config-eloquence": "22.1.0", "jest": "29.0.1", "node-notifier": "10.0.1" }, "config": { "commitizen": { "path": "./index.js" } } }