{ "name": "@commitlint/config-lerna-scopes", "version": "12.1.1", "description": "Shareable commitlint config enforcing lerna package and workspace names as scopes", "files": [ "index.js" ], "scripts": { "deps": "dep-check", "pkg": "pkg-check" }, "repository": { "type": "git", "url": "https://github.com/conventional-changelog/commitlint.git" }, "keywords": [ "conventional-changelog", "commitlint", "commitlint-config", "lerna" ], "author": "Mario Nebl <hello@herebecode.com>", "license": "MIT", "bugs": { "url": "https://github.com/conventional-changelog/commitlint/issues" }, "homepage": "https://github.com/conventional-changelog/commitlint#readme", "peerDependencies": { "lerna": "^3.0.0 || ^4.0.0" }, "peerDependenciesMeta": { "lerna": { "optional": true } }, "engines": { "node": ">=v10" }, "dependencies": { "globby": "^11.0.1", "import-from": "3.0.0", "resolve-pkg": "2.0.0", "semver": "7.3.5" }, "devDependencies": { "@commitlint/test": "^12.1.0", "@commitlint/utils": "^12.1.1" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" }