{
  "name": "@serge-ivo/firestore-client",
  "version": "1.5.6",
  "description": "A Firestore data management module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "start:emulators": "firebase emulators:start --only firestore --project firestore-service-test",
    "test": "jest --detectOpenHandles --runInBand",
    "test:emulator": "npm run start:emulators & sleep 5 && npm test",
    "build": "tsc",
    "type:check": "tsc --noEmit",
    "type:build": "tsc --emitDeclarationOnly",
    "type:watch": "tsc --watch --emitDeclarationOnly",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/serge-ivo/firestore-service.git"
  },
  "keywords": [
    "firestore",
    "firebase",
    "database",
    "sdk"
  ],
  "author": "Serge Ivo",
  "license": "MIT",
  "dependencies": {
    "firebase": "^11.6.0"
  },
  "devDependencies": {
    "@babel/core": "^7.26.9",
    "@babel/preset-env": "^7.26.9",
    "@babel/preset-typescript": "^7.26.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.14.0",
    "babel-jest": "^29.7.0",
    "firebase": "^11.6.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.3.1",
    "typescript": "^5.0.0"
  }
}
