{
  "name": "eslint-plugin-sort-properties",
  "version": "1.1.13",
  "description": "ESLint rules for sorting properties of object expressions, object destructures, and type literals interfaces for TypeScript by their keys.",
  "main": "index.js",
  "scripts": {
    "docgen": "DOCGEN=true eslint-doc-generator",
    "run:benchmark": "node benchmarks/run.js --max-old-heap-size=8192 | prettier --no-config --stdin-filepath benchmarks/result.md > benchmarks/result.md"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/haenah/eslint-plugin-sort-properties"
  },
  "dependencies": {
    "natural-compare": "^1.4.0"
  },
  "devDependencies": {
    "@types/json-schema": "^7.0.15",
    "eslint-doc-generator": "^2.0.2",
    "eslint-plugin-sort-destructure-keys": "^2.0.0",
    "eslint-plugin-sort-keys-fix": "^1.1.2",
    "globals": "^15.14.0",
    "prettier": "^3.4.2"
  },
  "peerDependencies": {
    "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9"
  },
  "keywords": [
    "eslint",
    "eslint-plugin",
    "sort",
    "object",
    "keys",
    "property",
    "type",
    "interface",
    "enum",
    "typescript",
    "sort-object",
    "sort-keys",
    "sort-property",
    "sort-properties",
    "sort-type",
    "sort-interface",
    "sort-enum",
    "sort-typescript",
    "sort-javascript"
  ],
  "author": "haenah",
  "license": "MIT",
  "packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}
