UNPKG

@commitlint/load

Version:

Load shared commitlint configuration

62 lines (61 loc) 1.59 kB
{ "name": "@commitlint/load", "version": "18.4.3", "description": "Load shared commitlint configuration", "main": "lib/load.js", "types": "lib/load.d.ts", "files": [ "lib/" ], "scripts": { "deps": "dep-check", "pkg": "pkg-check --skip-import" }, "engines": { "node": ">=v18" }, "repository": { "type": "git", "url": "https://github.com/conventional-changelog/commitlint.git", "directory": "@commitlint/load" }, "bugs": { "url": "https://github.com/conventional-changelog/commitlint/issues" }, "homepage": "https://commitlint.js.org/", "keywords": [ "conventional-changelog", "commitlint", "library", "core" ], "author": { "name": "Mario Nebl", "email": "hello@herebecode.com" }, "license": "MIT", "devDependencies": { "@commitlint/test": "^18.0.0", "@types/lodash.isplainobject": "^4.0.8", "@types/lodash.merge": "^4.6.8", "@types/lodash.uniq": "^4.5.8", "@types/node": "^18.11.9", "conventional-changelog-atom": "^4.0.0", "typescript": "^5.2.2" }, "dependencies": { "@commitlint/config-validator": "^18.4.3", "@commitlint/execute-rule": "^18.4.3", "@commitlint/resolve-extends": "^18.4.3", "@commitlint/types": "^18.4.3", "@types/node": "^18.11.9", "chalk": "^4.1.0", "cosmiconfig": "^8.3.6", "cosmiconfig-typescript-loader": "^5.0.0", "lodash.isplainobject": "^4.0.6", "lodash.merge": "^4.6.2", "lodash.uniq": "^4.5.0", "resolve-from": "^5.0.0" }, "gitHead": "970b806bdd338e8b3e4529f21f20e795e66cd48f" }