UNPKG

@commitlint/format

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