58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "@commitlint/load",
|
|
"version": "13.2.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"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/conventional-changelog/commitlint/issues"
|
|
},
|
|
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
|
|
"keywords": [
|
|
"conventional-changelog",
|
|
"commitlint",
|
|
"library",
|
|
"core"
|
|
],
|
|
"author": {
|
|
"name": "Mario Nebl",
|
|
"email": "hello@herebecode.com"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@commitlint/test": "^13.2.0",
|
|
"@commitlint/utils": "^13.2.0",
|
|
"@types/lodash": "4.14.175",
|
|
"conventional-changelog-atom": "^2.0.8",
|
|
"execa": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@commitlint/execute-rule": "^13.2.0",
|
|
"@commitlint/resolve-extends": "^13.2.0",
|
|
"@commitlint/types": "^13.2.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"
|
|
},
|
|
"gitHead": "65e45339c79e46d01e35ec067edf14d225a3528a"
|
|
|
|
,"_resolved": "https://registry.npmjs.org/@commitlint/load/-/load-13.2.0.tgz"
|
|
,"_integrity": "sha512-Nhkv+hwWCCxWGjmE9jd1U8kfGGCkZVpwzlTtdKxpY+Aj2VCFg3BjY+qA81pMF3oAsIpxchSaZG5llb8kduVjYg=="
|
|
,"_from": "@commitlint/load@13.2.0"
|
|
} |