UNPKG

commitlint

Version:
49 lines (48 loc) 1.05 kB
{ "name": "commitlint", "type": "module", "version": "20.2.0", "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": "^20.2.0", "@commitlint/types": "^20.2.0" }, "devDependencies": { "@commitlint/test": "^20.0.0", "@commitlint/utils": "^20.0.0", "tinyexec": "^1.0.0" }, "gitHead": "ddad9b44d6dd98b983f338bee1ff44dfa9dc1ab1" }