{
	"name": "eden-tanstack-react-query",
	"version": "0.1.10",
	"description": "Type-safe TanStack Query integration for Elysia Eden - like tRPC for Elysia",
	"type": "module",
	"main": "./dist/index.js",
	"module": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.js"
		}
	},
	"files": [
		"dist",
		"src",
		"CHANGELOG.md"
	],
	"scripts": {
		"build": "bun run build:js && bun run build:types",
		"build:js": "NODE_ENV=production bun build ./src/index.ts --outdir ./dist --target browser --format esm --sourcemap=external --external react --external @tanstack/react-query --external @elysiajs/eden --external elysia",
		"build:types": "bunx tsc -p tsconfig.build.json",
		"dev": "bun run build --watch",
		"test": "bun test --preload ./test-utils/happydom.ts",
		"test:types": "bunx tsc --noEmit",
		"prepublishOnly": "bun run build"
	},
	"peerDependencies": {
		"@tanstack/react-query": "^5.0.0",
		"@elysiajs/eden": "^1.0.0",
		"elysia": "^1.0.0",
		"react": "^18.0.0 || >=19.0.3 <19.1.0 || >=19.1.4 <19.2.0 || >=19.2.3 <20.0.0"
	},
	"devDependencies": {
		"@happy-dom/global-registrator": "^20.9.0",
		"@tanstack/react-query": "5.100.5",
		"@elysiajs/eden": "^1.4.9",
		"@testing-library/dom": "^10.4.1",
		"@testing-library/jest-dom": "^6.9.1",
		"@testing-library/react": "^16.3.2",
		"elysia": "^1.4.28",
		"react": "^19.2.5",
		"react-dom": "^19.2.5",
		"@types/react": "^19.2.14",
		"@types/react-dom": "^19.2.3"
	},
	"keywords": [
		"elysia",
		"eden",
		"tanstack-query",
		"react-query",
		"typescript",
		"type-safe"
	],
	"author": "Ilya Zhidkov",
	"license": "Apache-2.0",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/xkelxmc/eden-tanstack-query.git",
		"directory": "packages/eden-tanstack-query"
	},
	"homepage": "https://github.com/xkelxmc/eden-tanstack-query#readme"
}
