conventional-changelog-action/node_modules/@commitlint/format/package.json

48 lines
1.2 KiB
JSON

{
"name": "@commitlint/format",
"version": "13.2.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": ">=v12"
},
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/commitlint.git"
},
"bugs": {
"url": "https://github.com/conventional-changelog/commitlint/issues"
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"keywords": [
"conventional-changelog",
"commitlint",
"library",
"core"
],
"author": {
"name": "Mario Nebl",
"email": "hello@herebecode.com"
},
"license": "MIT",
"devDependencies": {
"@commitlint/utils": "^13.2.0"
},
"dependencies": {
"@commitlint/types": "^13.2.0",
"chalk": "^4.0.0"
},
"gitHead": "65e45339c79e46d01e35ec067edf14d225a3528a"
,"_resolved": "https://registry.npmjs.org/@commitlint/format/-/format-13.2.0.tgz"
,"_integrity": "sha512-yNBQJe6YFhM1pJAta4LvzQxccSKof6axJH7ALYjuhQqfT8AKlad7Y/2SuJ07ioyreNIqwOTuF2UfU8yJ7JzEIQ=="
,"_from": "@commitlint/format@13.2.0"
}