{
  "name": "@kctolli/usefirebase",
  "private": false,
  "version": "1.1.1",
  "description": "Custom Firebase React Helper",
  "main": "index.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kctolli/usefirebase.git"
  },
  "keywords": [
    "React",
    "Firebase",
    "Typescript",
    "Open-Source"
  ],
  "author": "kctolli",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/kctolli/usefirebase/issues"
  },
  "homepage": "https://github.com/kctolli/usefirebase#readme",
  "dependencies": {
    "@types/react": "^18.2.12",
    "firebase": "^9.22.2",
    "react": "^18.2.0",
    "typescript": "^5.1.3"
  }
}
