{
  "name": "@arbel/firebase-orm",
  "version": "1.9.97",
  "description": "Firestore Orm",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "exports": {
    ".": {
      "types": "./dist/esm/index.d.ts",
      "browser": "./dist/esm/index.js",
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    },
    "./admin": {
      "types": "./dist/esm/admin.d.ts",
      "import": "./dist/esm/admin.js",
      "require": "./dist/cjs/admin.js"
    }
  },
  "browser": {
    "firebase-admin": false,
    "firebase-admin/app": false,
    "firebase-admin/firestore": false,
    "firebase-admin/storage": false
  },
  "scripts": {
    "build": "rm -rf dist && bash scripts/build-dual-module.sh",
    "test": "jest --detectOpenHandles --runInBand --watch --onlyChanged",
    "lint": "eslint . --ext .ts,.tsx",
    "lint:fix": "eslint . --ext .ts,.tsx --fix"
  },
  "peerDependencies": {
    "atob": "^2.1.2",
    "axios": "1.x",
    "blob": "0.0.5",
    "btoa": "^1.2.1",
    "firebase": "^11.0.0",
    "firebase-admin": "^13.0.0",
    "moment": "^2.24.0",
    "qs": "^6.7.0",
    "ws": "^8.16.0",
    "xhr2": "^0.2.1"
  },
  "peerDependenciesMeta": {
    "firebase-admin": {
      "optional": true
    }
  },
  "devDependencies": {
    "@arbel/node-xhr2": "^0.2.0",
    "@firebase/app-types": "^0.9.3",
    "@firebase/firestore-types": "^3.0.3",
    "@firebase/storage-types": "^0.8.3",
    "@types/atob": "^2.1.4",
    "@types/axios": "^0.14.0",
    "@types/btoa": "^1.2.5",
    "@types/jest": "^29.5.14",
    "@types/node": "^20.19.2",
    "@types/qs": "^6.5.3",
    "@types/ws": "^8.5.10",
    "@typescript-eslint/eslint-plugin": "^8.35.0",
    "@typescript-eslint/parser": "^8.35.0",
    "atob": "^2.1.2",
    "axios": "^1.9.0",
    "btoa": "^1.2.1",
    "esbuild": "^0.27.0",
    "eslint": "^9.30.0",
    "firebase": "^11.8.1",
    "firebase-admin": "^13.4.0",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "moment": "^2.30.1",
    "qs": "^6.14.0",
    "ts-jest": "^29.4.0",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.35.0",
    "ws": "^8.18.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yarivluts/firebase-orm"
  },
  "author": "Yariv Luts",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/yarivluts/firebase-orm/issues"
  },
  "homepage": "https://yarivluts.github.io/firebase-orm/"
}
