{ "name": "@tanstack/eslint-plugin-query", "version": "5.99.0", "description": "ESLint plugin for TanStack Query", "author": "Eliya Cohen", "license": "MIT", "repository": { "type": "git", "url": "git+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" }, "scripts": { "clean": "premove ./dist ./coverage ./dist-ts", "compile": "tsc --build", "test:eslint": "eslint --concurrency=auto ./src", "test:types": "npm-run-all --serial test:types:*", "test:types:ts54": "node ../../node_modules/typescript54/lib/tsc.js --build", "test:types:ts55": "node ../../node_modules/typescript55/lib/tsc.js --build", "test:types:ts56": "node ../../node_modules/typescript56/lib/tsc.js --build", "test:types:ts57": "node ../../node_modules/typescript57/lib/tsc.js --build", "test:types:ts58": "node ../../node_modules/typescript58/lib/tsc.js --build", "test:types:ts59": "node ../../node_modules/typescript59/lib/tsc.js --build", "test:types:tscurrent": "tsc --build", "test:types:ts60": "node ../../node_modules/typescript60/lib/tsc.js --build", "test:lib": "vitest", "test:lib:dev": "pnpm run test:lib --watch", "test:build": "publint --strict && attw --pack", "build": "tsup --tsconfig tsconfig.prod.json" }, "type": "module", "types": "build/legacy/index.d.ts", "main": "build/legacy/index.cjs", "module": "build/legacy/index.js", "react-native": "src/index.ts", "exports": { ".": { "@tanstack/custom-condition": "./src/index.ts", "import": { "types": "./build/modern/index.d.ts", "default": "./build/modern/index.js" }, "require": { "types": "./build/modern/index.d.cts", "default": "./build/modern/index.cjs" } }, "./package.json": "./package.json" }, "sideEffects": false, "files": [ "build", "src", "!src/__tests__" ], "dependencies": { "@typescript-eslint/utils": "^8.58.1" }, "devDependencies": { "@typescript-eslint/parser": "^8.48.0", "@typescript-eslint/rule-tester": "^8.48.0", "combinate": "^1.1.11", "eslint": "^9.36.0", "npm-run-all2": "^5.0.0" }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", "typescript": "^5.4.0 || ^6.0.0" }, "peerDependenciesMeta": { "typescript": { "optional": true } } }