fetchninjax
Version:
A smart React hook for handling fetches with retry, caching, and more
18 lines (17 loc) • 456 B
JSON
{
"name": "fetchninjax",
"version": "1.0.0",
"description": "A smart React hook for handling fetches with retry, caching, and more",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"keywords": ["react", "hook", "fetch", "smart-fetch", "axios", "cache", "retry"],
"author": "Your Name",
"license": "MIT",
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0"
}
}