{
  "name": "oxlint-plugin-query",
  "version": "0.1.1",
  "type": "module",
  "description": "TanStack Query lint rules ported to Oxlint's JS plugin API. Also compatible with ESLint flat config.",
  "license": "MIT",
  "main": "./dist/index.js",
  "exports": {
    ".": {
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "oxlint",
    "eslint",
    "tanstack",
    "query",
    "tanstack-query",
    "react-query",
    "lint"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/takinprofit/biome-plugins"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
