UNPKG

@rest-hooks/hooks

Version:
59 lines (58 loc) 1.26 kB
{ "name": "@rest-hooks/hooks", "version": "3.1.15", "description": "Collection of composable data hooks", "homepage": "https://resthooks.io/docs/api/useDebounce", "repository": { "type": "git", "url": "git+ssh://git@github.com:data-client/rest-hooks.git", "directory": "packages/hooks" }, "bugs": { "url": "https://github.com/data-client/rest-hooks/issues" }, "keywords": [ "hooks", "data", "data layer", "networking", "fetch", "typescript", "data fetching", "data cache", "react-native", "ios", "android", "web", "declarative" ], "files": [ "index.cjs", "index.js", "index.d.ts", "LICENSE", "README.md" ], "main": "index.cjs", "module": "index.js", "types": "index.d.ts", "type": "module", "exports": { ".": { "module": "./index.js", "import": "./index.js", "require": "./index.cjs", "default": "./index.js" }, "./package.json": "./package.json" }, "engines": { "node": "^12.17 || ^13.7 || >=14" }, "sideEffects": false, "author": "Nathaniel Tucker <me@ntucker.me> (https://github.com/ntucker)", "license": "Apache-2.0", "dependencies": { "@data-client/hooks": "^0.1.0" } }