{ "name": "@ivuorinen/commitlint-config", "version": "0.3.12", "type": "module", "description": "ivuorinen's shareable configuration for commitlint.", "author": { "name": "Ismo Vuorinen", "url": "https://github.com/ivuorinen" }, "bugs": { "url": "https://github.com/ivuorinen/base-configs-commitlint/issues" }, "engines": { "node": ">=20" }, "main": "index.cjs", "module": "wrapper.mjs", "exports": { "import": "./wrapper.mjs", "require": "./index.js" }, "files": [ "index.cjs", "wrapper.mjs", "scripts/*" ], "homepage": "https://github.com/ivuorinen/base-configs-commitlint#readme", "keywords": [ "commitlint-config", "commitlint", "config" ], "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/ivuorinen/base-configs-commitlint.git" }, "scripts": { "postinstall": "node scripts/postinstall.cjs" }, "dependencies": { "@commitlint/cli": "^20.0.0", "@commitlint/config-conventional": "^20.0.0", "@ivuorinen/config-checker": "^2" }, "peerDependencies": { "typescript": ">=4" }, "devDependencies": { "@types/node": "*" }, "packageManager": "yarn@4.12.0" }