tanstack-query-craft
Version:
Type-safe module registry for TanStack Query with enhanced developer experience
57 lines (56 loc) • 1.25 kB
JSON
{
"name": "tanstack-query-craft",
"version": "1.0.0",
"description": "Type-safe module registry for TanStack Query with enhanced developer experience",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsup",
"prepublishOnly": "npm run build",
"type-check": "tsc --noEmit"
},
"keywords": [
"tanstack",
"react-query",
"query",
"mutation",
"typescript",
"type-safe",
"registry",
"hooks",
"tanstack-query-craft",
"craft",
"module",
"module-registry",
"module-builder",
"module-builder-registry"
],
"author": "beratazgün",
"license": "MIT",
"peerDependencies": {
"@tanstack/react-query": "^5.0.0"
},
"devDependencies": {
"@tanstack/react-query": "^5.90.10",
"tsup": "^8.0.0",
"typescript": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/beratazgun/tanstack-query-craft"
},
"homepage": "https://github.com/beratazgun/tanstack-query-craft"
}