{ "name": "@commitlint/config-conventional", "version": "12.1.1", "description": "Shareable commitlint config enforcing conventional commits", "files": [ "index.js" ], "scripts": { "deps": "dep-check", "pkg": "pkg-check" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/conventional-changelog/commitlint.git" }, "keywords": [ "conventional-changelog", "commitlint", "commitlint-config", "angular" ], "author": "Mario Nebl <hello@herebecode.com>", "license": "MIT", "bugs": { "url": "https://github.com/conventional-changelog/commitlint/issues" }, "homepage": "https://github.com/conventional-changelog/commitlint#readme", "engines": { "node": ">=v10" }, "devDependencies": { "@commitlint/lint": "^12.1.1", "@commitlint/utils": "^12.1.1" }, "dependencies": { "conventional-changelog-conventionalcommits": "^4.3.1" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" }