UNPKG

@tcd-devkit/commitlint-config

Version:

Shareable commitlint configuration for enforcing conventional commit messages.

61 lines 1.48 kB
{ "name": "@tcd-devkit/commitlint-config", "version": "0.2.5", "private": false, "description": "Shareable commitlint configuration for enforcing conventional commit messages.", "keywords": [ "tcd-devkit", "config", "commitlint", "commitlintconfig", "conventional-commits" ], "homepage": "https://github.com/thecodedestroyer/devkit", "bugs": { "url": "https://github.com/thecodedestroyer/devkit/issues" }, "repository": { "type": "git", "url": "https://github.com/thecodedestroyer/devkit.git", "directory": "packages/commitlint-config" }, "license": "MIT", "author": { "name": "Nace Logar", "email": "the.code.destroyer@gmail.com", "url": "https://thecodedestroyer.com" }, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "!dist/**/*.d.ts.map" ], "dependencies": { "@commitlint/config-conventional": "19.8.1" }, "devDependencies": { "@commitlint/types": "19.8.1", "@types/node": "22.18.0", "tsup": "8.5.0", "typescript": "5.9.2", "@tcd-devkit/scripts": "0.1.7", "@tcd-devkit/tsconfig": "0.1.1", "@tcd-devkit/tsup-config": "0.0.6" }, "engines": { "node": ">=v18" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "lint:types": "tcd-scripts lint --only=tsc" } }