{
  "name": "@openapi-qraft/eslint-plugin-query",
  "version": "2.14.1",
  "description": "ESLint plugin for OpenAPI Qraft",
  "homepage": "https://openapi-qraft.github.io/openapi-qraft/docs/eslint/eslint-plugin-query",
  "packageManager": "yarn@4.0.2",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OpenAPI-Qraft/openapi-qraft.git",
    "directory": "packages/eslint-plugin-query"
  },
  "scripts": {
    "build": "yarn clean && NODE_ENV=production rollup --config rollup.config.mjs && tsc --project tsconfig.build.json --emitDeclarationOnly",
    "typecheck": "tsc --noEmit",
    "lint": "eslint",
    "test": "vitest run --coverage",
    "clean": "rimraf dist/"
  },
  "type": "module",
  "types": "dist/types/index.d.ts",
  "module": "dist/esm/index.js",
  "main": "dist/cjs/index.cjs",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "typesVersions": {
    "*": {
      "*": [
        "dist/types/*"
      ]
    }
  },
  "sideEffects": false,
  "files": [
    "dist",
    "src",
    "!src/__tests__"
  ],
  "dependencies": {
    "@typescript-eslint/utils": "^8.48.0"
  },
  "devDependencies": {
    "@openapi-qraft/eslint-config": "1.0.1",
    "@openapi-qraft/rollup-config": "1.1.1",
    "@types/node": "^20.16.5",
    "@typescript-eslint/rule-tester": "^8.48.0",
    "@typescript-eslint/typescript-estree": "^8.48.0",
    "@vitest/coverage-v8": "^3.2.4",
    "eslint": "^9.39.1",
    "rimraf": "^6.1.2",
    "rollup": "~4.22.5",
    "typescript": "^5.6.2",
    "vitest": "^3.2.4"
  },
  "peerDependencies": {
    "eslint": "^8.57.0 || ^9.0.0"
  }
}