UNPKG

tqf

Version:

React Query hooks for Firebase.

40 lines 951 B
{ "name": "tqf/functions", "version": "0.2.2", "description": "React Query hooks for Firebase Cloud Functions", "main": "dist/bundle.cjs.js", "module": "dist/bundle.es.js", "types": "dist/index.d.ts", "files": [ "dist", "LICENSE", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/invertase/react-query-firebase.git" }, "keywords": [ "react query", "react", "firebase", "functions", "cloud functions", "callable functions" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npm run clean && rollup -c", "prepublish": "npm run build", "clean": "rimraf dist", "prepublishOnly": "npm run build", "pack": "npm pack" }, "author": "", "license": "Apache-2.0", "peerDependencies": { "firebase": "^9.0.1", "react": "^16.8.0 || ^17.0.0 || ^18.2.0", "@tanstack/react-query": "^5.18.1" } }