{ "name": "@commitlint/core", "version": "12.1.1", "description": "Lint your commit messages", "main": "lib/core.js", "types": "lib/core.d.ts", "files": [ "lib/" ], "scripts": { "deps": "dep-check", "pkg": "pkg-check --skip-import" }, "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", "dependencies": { "@commitlint/format": "^12.1.1", "@commitlint/lint": "^12.1.1", "@commitlint/load": "^12.1.1", "@commitlint/read": "^12.1.1" }, "devDependencies": { "@commitlint/utils": "^12.1.1" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" }