{ "name": "@commitlint/types", "type": "module", "version": "19.0.3", "description": "Shared types for commitlint packages", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/" ], "scripts": { "pkg": "pkg-check" }, "engines": { "node": ">=v18" }, "repository": { "type": "git", "url": "https://github.com/conventional-changelog/commitlint.git", "directory": "@commitlint/types" }, "bugs": { "url": "https://github.com/conventional-changelog/commitlint/issues" }, "homepage": "https://commitlint.js.org/", "author": { "name": "Mario Nebl", "email": "hello@herebecode.com" }, "license": "MIT", "dependencies": { "@types/conventional-commits-parser": "^5.0.0", "chalk": "^5.3.0" }, "devDependencies": { "@commitlint/utils": "^19.0.0" }, "gitHead": "9b4ac34069e06cd327760ce37adbde8d537d8e3e" }