UNPKG

@commitlint/execute-rule

Version:
43 lines (42 loc) 929 B
{ "name": "@commitlint/execute-rule", "type": "module", "version": "19.5.0", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/" ], "scripts": { "deps": "dep-check", "pkg": "pkg-check" }, "engines": { "node": ">=v18" }, "repository": { "type": "git", "url": "https://github.com/conventional-changelog/commitlint.git", "directory": "@commitlint/execute-rule" }, "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.5.0" }, "gitHead": "7e79af18b7500cda0e38f35944ee08b0b312c006" }