UNPKG

@commitlint/config-lerna-scopes

Version:

Shareable commitlint config enforcing lerna package and workspace names as scopes

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