{
  "name": "@sheplu/eslint-config-json",
  "version": "0.10.3",
  "description": "Opinionated ESLint rules and config for consistent, high-quality JSON with zero setup.",
  "main": "index.js",
  "types": "index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "setup:hooks": "git config core.hooksPath .githooks",
    "test": "node --test",
    "test:coverage": "node --test --experimental-test-coverage --test-coverage-lines=100 --test-coverage-branches=100 --test-coverage-functions=100"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sheplu/eslint-config-json.git"
  },
  "keywords": [
    "eslint",
    "eslintconfig",
    "eslint-config",
    "eslint-config-json",
    "eslint-json",
    "json-lint",
    "json",
    "jsonc",
    "json5",
    "sheplu"
  ],
  "author": {
    "name": "Jean Burellier",
    "url": "https://github.com/sheplu"
  },
  "license": "MIT",
  "type": "module",
  "bugs": {
    "url": "https://github.com/sheplu/eslint-config-json/issues"
  },
  "homepage": "https://github.com/sheplu/eslint-config-json#readme",
  "engines": {
    "node": ">=24"
  },
  "peerDependencies": {
    "eslint": ">=10",
    "@eslint/json": ">=1"
  },
  "files": [
    "package.json",
    "README.md",
    "LICENSE",
    "index.js",
    "index.d.ts",
    "src"
  ],
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@eslint/json": "^1.2.0",
    "@eslint/markdown": "^8.0.1",
    "@sheplu/eslint-config": "^0.767.2",
    "@stylistic/eslint-plugin": "^5.10.0",
    "eslint": "^10.2.1",
    "globals": "^17.5.0"
  }
}
