commitlint-plugin-gitmoji
Version:
shareable commitlint plugin enforcing gitmoji commit rules
43 lines (42 loc) • 1.14 kB
JSON
{
"name": "commitlint-plugin-gitmoji",
"version": "2.2.6",
"description": "shareable commitlint plugin enforcing gitmoji commit rules",
"keywords": [
"commitlint",
"commitlint-plugin",
"gitmoji",
"emoji",
"git"
],
"homepage": "https://github.com/arvinxx/gitmoji-commit-workflow/tree/master/packages/commitlint-plugin",
"repository": {
"type": "git",
"url": "https://github.com/arvinxx/gitmoji-commit-workflow.git"
},
"license": "MIT",
"author": "ArvinX",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"build": "father build",
"changelog": "conventional-changelog -p gitmoji-config -i CHANGELOG.md -s -r 0",
"clean": "rm -rf es lib dist build coverage src/.umi* .eslintcache",
"cov": "jest --coverage",
"release": "yarn build && yarn release:only",
"release:only": "yarn publish",
"start": "father dev",
"test": "jest"
},
"dependencies": {
"@commitlint/types": "^17",
"@gitmoji/gitmoji-regex": "1.0.0",
"gitmojis": "^3"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}