You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.6 KiB
63 lines
1.6 KiB
{
|
|
"name": "@commitlint/load",
|
|
"version": "17.4.4",
|
|
"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": ">=v14"
|
|
},
|
|
"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": "^17.4.2",
|
|
"@commitlint/utils": "^17.4.0",
|
|
"@types/lodash.isplainobject": "^4.0.7",
|
|
"@types/lodash.merge": "^4.6.7",
|
|
"@types/lodash.uniq": "^4.5.7",
|
|
"conventional-changelog-atom": "^2.0.8",
|
|
"execa": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@commitlint/config-validator": "^17.4.4",
|
|
"@commitlint/execute-rule": "^17.4.0",
|
|
"@commitlint/resolve-extends": "^17.4.4",
|
|
"@commitlint/types": "^17.4.4",
|
|
"@types/node": "*",
|
|
"chalk": "^4.1.0",
|
|
"cosmiconfig": "^8.0.0",
|
|
"cosmiconfig-typescript-loader": "^4.0.0",
|
|
"lodash.isplainobject": "^4.0.6",
|
|
"lodash.merge": "^4.6.2",
|
|
"lodash.uniq": "^4.5.0",
|
|
"resolve-from": "^5.0.0",
|
|
"ts-node": "^10.8.1",
|
|
"typescript": "^4.6.4"
|
|
},
|
|
"gitHead": "1aeec3c9b2c21cb8f0386398c24d8e7ed6eafbf0"
|
|
}
|
|
|