57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"name": "@commitlint/load",
|
|
"version": "15.0.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": ">=v12"
|
|
},
|
|
"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": "^15.0.0",
|
|
"@commitlint/utils": "^15.0.0",
|
|
"@types/lodash": "4.14.177",
|
|
"conventional-changelog-atom": "^2.0.8",
|
|
"execa": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@commitlint/execute-rule": "^15.0.0",
|
|
"@commitlint/resolve-extends": "^15.0.0",
|
|
"@commitlint/types": "^15.0.0",
|
|
"@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2",
|
|
"chalk": "^4.0.0",
|
|
"cosmiconfig": "^7.0.0",
|
|
"lodash": "^4.17.19",
|
|
"resolve-from": "^5.0.0",
|
|
"typescript": "^4.4.3"
|
|
},
|
|
"gitHead": "399a0289356c670a87524387cc96d8fb0a33fdca"
|
|
}
|