@alexlit/config-npmlint
Version:
48 lines • 1.19 kB
JSON
{
"name": "@alexlit/config-npmlint",
"version": "7.0.0",
"private": false,
"description": "npmlint config",
"keywords": [
"config",
"json",
"lint",
"npm",
"package",
"npmlint"
],
"homepage": "https://github.com/alex-lit/lint-kit/tree/master/packages/config-npmlint#readme",
"bugs": {
"url": "https://github.com/alex-lit/lint-kit/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/alex-lit/lint-kit.git",
"directory": "packages/config-npmlint"
},
"license": "MIT",
"author": "Alexey Litovchenko",
"maintainers": [
"Alexey Litovchenko <alex.lit@outlook.com> (https://github.com/alex-lit)"
],
"main": "index.json",
"files": [
"README.md",
"index.json"
],
"dependencies": {
"lockfile-lint": "^4.14.0",
"npm-package-json-lint": "^9.0.0",
"npm-package-json-lint-config-default": "^8.0.1"
},
"engines": {
"node": ">=18.18"
},
"scripts": {
"lint": "cd ../../ && ./scripts/lint.npmlint.sh",
"ou": "../../scripts/ou.sh --local",
"release": "../../scripts/release.sh",
"semver": "../../scripts/semver.sh",
"up": "../../scripts/up.sh --local"
}
}