{
  "name": "@alexlit/config-npmlint",
  "version": "9.2.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": "git+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"
  ],
  "scripts": {
    "lint": "cd ../../ && ./scripts/lint.npmlint.sh",
    "ou": "../../scripts/ou.sh",
    "release": "../../scripts/release.sh",
    "semver": "../../scripts/semver.sh",
    "up": "../../scripts/up.sh"
  },
  "dependencies": {
    "lockfile-lint": "^5.0.0",
    "npm-package-json-lint": "^10.3.0",
    "npm-package-json-lint-config-default": "^9.0.1"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
