UNPKG

commitlint

Version:
49 lines (48 loc) 1.05 kB
{ "name": "commitlint", "type": "module", "version": "19.8.1", "description": "Lint your commit messages", "files": [ "cli.js" ], "bin": { "commitlint": "cli.js" }, "scripts": { "deps": "dep-check", "pkg": "pkg-check --skip-main" }, "engines": { "node": ">=v18" }, "repository": { "type": "git", "url": "https://github.com/conventional-changelog/commitlint.git", "directory": "@alias/commitlint" }, "bugs": { "url": "https://github.com/conventional-changelog/commitlint/issues" }, "homepage": "https://commitlint.js.org/", "keywords": [ "conventional-changelog", "commitlint", "cli" ], "author": { "name": "Mario Nebl", "email": "hello@herebecode.com" }, "license": "MIT", "dependencies": { "@commitlint/cli": "^19.8.1", "@commitlint/types": "^19.8.1" }, "devDependencies": { "@commitlint/test": "^19.8.1", "@commitlint/utils": "^19.8.1", "tinyexec": "^1.0.0" }, "gitHead": "3c302008cabeb0b08cd246b2417a51a9d745a918" }