UNPKG

@commitlint/load

Version:

Load shared commitlint configuration

58 lines (57 loc) 1.45 kB
{ "name": "@commitlint/load", "type": "module", "version": "20.4.0", "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": "^20.4.0", "@types/lodash.mergewith": "^4.6.8", "@types/node": "^18.19.17", "conventional-changelog-atom": "^5.0.0", "typescript": "^5.2.2" }, "dependencies": { "@commitlint/config-validator": "^20.4.0", "@commitlint/execute-rule": "^20.0.0", "@commitlint/resolve-extends": "^20.4.0", "@commitlint/types": "^20.4.0", "cosmiconfig": "^9.0.0", "cosmiconfig-typescript-loader": "^6.1.0", "is-plain-obj": "^4.1.0", "lodash.mergewith": "^4.6.2", "picocolors": "^1.1.1" }, "gitHead": "c68de5e24b010e38eac171f35ba18d31bb1fd3dd" }