reusableflows
Version:
A wrapper for your useQuery calls to centralize them and type them all
25 lines (24 loc) • 544 B
JSON
{
"name": "reusableflows",
"version": "0.0.14",
"description": "A wrapper for your useQuery calls to centralize them and type them all",
"main": "index.tsx",
"keywords": [
"usequery",
"tanstack",
"flow",
"centralized",
"helper"
],
"author": "99arrzel",
"license": "ISC",
"dependencies": {
"@tanstack/react-query": "^5.52.0",
"@tanstack/react-query-devtools": "^5.52.0",
"zod": "^3.23.8"
},
"repository": {
"type": "git",
"url": "https://github.com/99arrzel/ReusableFlows.git"
}
}