{ "name": "@commitlint/execute-rule", "version": "12.1.1", "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": ">=v10" }, "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": "^12.1.1" }, "gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749" }