{ "name": "@commitlint/message", "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/test": "^12.1.0", "@commitlint/utils": "^12.1.1" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" }