UNPKG

@commitlint/config-lerna-scopes

Version:

Shareable commitlint config enforcing lerna package and workspace names as scopes

52 lines (51 loc) 1.22 kB
{ "name": "@commitlint/config-lerna-scopes", "type": "module", "version": "19.8.1", "description": "Shareable commitlint config enforcing lerna package and workspace names as scopes", "main": "index.js", "files": [ "index.js" ], "scripts": { "deps": "dep-check", "pkg": "pkg-check" }, "repository": { "type": "git", "url": "https://github.com/conventional-changelog/commitlint.git", "directory": "@commitlint/config-lerna-scopes" }, "keywords": [ "conventional-changelog", "commitlint", "commitlint-config", "lerna" ], "author": "Jan Biasi (https://github.com/janbiasi)", "license": "MIT", "bugs": { "url": "https://github.com/conventional-changelog/commitlint/issues" }, "homepage": "https://commitlint.js.org/", "peerDependencies": { "lerna": "*" }, "peerDependenciesMeta": { "lerna": { "optional": true } }, "engines": { "node": ">=v18" }, "dependencies": { "@commitlint/config-workspace-scopes": "^19.8.1", "fast-glob": "^3.3.3" }, "devDependencies": { "@commitlint/test": "^19.8.1", "@commitlint/utils": "^19.8.1" }, "gitHead": "3c302008cabeb0b08cd246b2417a51a9d745a918" }