{ "name": "@commitlint/types", "version": "12.1.1", "description": "Shared types for commitlint packages", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/" ], "scripts": { "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", "author": { "name": "Mario Nebl", "email": "hello@herebecode.com" }, "license": "MIT", "dependencies": { "chalk": "^4.0.0" }, "devDependencies": { "@commitlint/utils": "^12.1.1" }, "gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749" }