commitlint-config-czg-gitmoji
Version:
a gitmojis config for commitlint
43 lines • 926 B
JSON
{
"name": "commitlint-config-czg-gitmoji",
"type": "module",
"version": "0.0.2",
"description": "a gitmojis config for commitlint",
"author": "shlroland <shlroland1995@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/shlroland/cz-git-gitmoji",
"repository": {
"type": "git",
"url": "https://github.com/shlroland/cz-git-gitmoji"
},
"keywords": [
"commitlint",
"gitmojis",
"cz-git",
"czg"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@gitmoji/gitmoji-regex": "^1.0.0",
"gitmojis": "^3.14.0"
},
"devDependencies": {
"@commitlint/types": "^19.5.0",
"tsup": "^8.3.0"
},
"scripts": {
"build": "tsup"
}
}