{ "name": "@tanstack/eslint-plugin-query", "version": "5.0.0-beta.20", "description": "ESLint plugin for TanStack Query", "author": "Eliya Cohen", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/TanStack/query.git", "directory": "packages/eslint-plugin-query" }, "homepage": "https://tanstack.com/query", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "type": "module", "types": "build/legacy/index.d.ts", "main": "build/legacy/index.cjs", "module": "build/legacy/index.js", "exports": { ".": { "import": { "types": "./build/legacy/index.d.ts", "default": "./build/legacy/index.js" }, "require": { "types": "./build/legacy/index.d.cts", "default": "./build/legacy/index.cjs" } }, "./package.json": "./package.json" }, "scripts": { "clean": "rimraf ./build && rimraf ./coverage", "dev": "tsup --watch --sourcemap", "test:eslint": "eslint --ext .ts,.tsx ./src", "test:types": "tsc", "test:lib": "vitest run --coverage", "test:lib:dev": "pnpm run test:lib --watch", "test:build": "publint --strict", "build": "tsup" }, "files": [ "build", "src" ], "dependencies": { "@typescript-eslint/utils": "^5.54.0" }, "devDependencies": { "eslint": "^8.34.0" }, "peerDependencies": { "eslint": "^8.0.0" } }