@commitlint/format
Version:
Format commitlint reports
47 lines (46 loc) • 1.02 kB
JSON
{
"name": "@commitlint/format",
"version": "21.0.1",
"gitHead": "db8d7d6461d721fe2561ce4307e4069eaf6dcc8c",
"description": "Format commitlint reports",
"keywords": [
"commitlint",
"conventional-changelog",
"core",
"library"
],
"homepage": "https://commitlint.js.org/",
"bugs": {
"url": "https://github.com/conventional-changelog/commitlint/issues"
},
"license": "MIT",
"author": {
"name": "Mario Nebl",
"email": "hello@herebecode.com"
},
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/commitlint.git",
"directory": "@commitlint/format"
},
"files": [
"lib/"
],
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"deps": "dep-check",
"pkg": "pkg-check --skip-import"
},
"dependencies": {
"@commitlint/types": "^21.0.1",
"picocolors": "^1.1.1"
},
"devDependencies": {
"@commitlint/utils": "^21.0.1"
},
"engines": {
"node": ">=22.12.0"
}
}