{
  "name": "@stylelint/npm-package-json-lint-config",
  "version": "6.0.0",
  "description": "A stylelint shareable config for npm-package-json-lint.",
  "keywords": [
    "stylelint",
    "npm-package-json-lint",
    "npm-package-json-lint-config"
  ],
  "repository": "stylelint/npm-package-json-lint-config",
  "funding": [
    {
      "type": "opencollective",
      "url": "https://opencollective.com/stylelint"
    },
    {
      "type": "github",
      "url": "https://github.com/sponsors/stylelint"
    }
  ],
  "license": "MIT",
  "author": "stylelint",
  "type": "module",
  "exports": {
    "require": "./lib/npm-package-json-lint-config.cjs",
    "default": "./lib/npm-package-json-lint-config.js"
  },
  "files": [
    "lib",
    "!**/*.test.*"
  ],
  "scripts": {
    "format": "prettier . --write",
    "lint": "npm-run-all --parallel lint:*",
    "lint:formatting": "prettier . --check",
    "lint:js": "eslint",
    "lint:packagejson": "npmPkgJsonLint --configFile lib/npm-package-json-lint-config.cjs .",
    "prepare": "git config set --local core.hooksPath .githooks || true",
    "pretest": "npm run lint",
    "test": "node --test"
  },
  "lint-staged": {
    "*.js": "eslint --cache --fix",
    "*.{js,json,md,yml}": "prettier --write"
  },
  "prettier": "@stylelint/prettier-config",
  "dependencies": {
    "npm-package-json-lint-config-default": "^9.0.1"
  },
  "devDependencies": {
    "@stylelint/prettier-config": "^4.0.0",
    "eslint": "^10.4.0",
    "eslint-config-stylelint": "^27.0.0",
    "lint-staged": "^17.0.5",
    "npm-package-json-lint": "^10.4.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^3.8.3"
  },
  "peerDependencies": {
    "npm-package-json-lint": "^10.4.0"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
