{
  "name": "tqf/auth",
  "version": "0.3.4",
  "description": "React Query hooks for Firebase Authentication",
  "main": "dist/bundle.cjs.js",
  "module": "dist/bundle.es.js",
  "types": "dist/auth/src/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",
    "authentication",
    "auth"
  ],
  "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"
  }
}