{
  "name": "@stipend-mcp/store-firestore",
  "version": "0.1.0-alpha.0",
  "description": "Firestore-backed EntitlementStore and DeliveryStore for Stipend (v1.0 default).",
  "keywords": [
    "stipend",
    "firestore",
    "firebase",
    "entitlement-store",
    "store-adapter"
  ],
  "license": "Apache-2.0",
  "author": "Third Eye Technologies",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/third-eye-technologies/stipend-mcp.git",
    "directory": "packages/store-firestore"
  },
  "homepage": "https://github.com/third-eye-technologies/stipend-mcp/tree/main/packages/store-firestore#readme",
  "bugs": {
    "url": "https://github.com/third-eye-technologies/stipend-mcp/issues"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "firestore.indexes.json",
    "firestore.rules.example",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "firebase-admin": "^13.0.2",
    "stipend-mcp": "0.1.0-alpha.0"
  },
  "devDependencies": {
    "fast-check": "^3.23.2",
    "vitest": "^2.1.8"
  },
  "scripts": {
    "build": "tsc -b",
    "clean": "rimraf dist *.tsbuildinfo",
    "test": "vitest run"
  }
}