{
  "name": "tqf/analytics",
  "version": "0.1.1",
  "description": "Firebase Analytics hooks using React Query.",
  "main": "dist/bundle.cjs.js",
  "module": "dist/bundle.es.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "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"
  }
}