commitlint-plugin-workspace-scopes
Version:
A commitlint rule to discover workspace packages as scopes.
34 lines (33 loc) • 880 B
JSON
{
"name": "commitlint-plugin-workspace-scopes",
"version": "1.1.0",
"description": "A commitlint rule to discover workspace packages as scopes.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/material-svelte/material-svelte",
"directory": "tools/commitlint-plugin-workspace-scopes"
},
"author": "",
"homepage": "https://github.com/material-svelte/material-svelte/tree/main/tools/commitlint-plugin-workspace-scopes#readme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"commitlint",
"commitlintplugin",
"pnpm",
"yarn",
"npm",
"bolt",
"monorepo",
"workspace",
"workspaces"
],
"dependencies": {
"@commitlint/ensure": "^12.0.1",
"@commitlint/message": "^12.0.1",
"@manypkg/get-packages": "^1.1.1"
}
}