{
  "name": "@fantasticfour/world-firestore-tasks",
  "version": "2.3.1",
  "description": "GCP Firestore + Cloud Tasks World implementation with real-time streaming and excellent developer experience",
  "keywords": [
    "cloud-tasks",
    "durable-functions",
    "firestore",
    "gcp",
    "real-time",
    "serverless",
    "workflow"
  ],
  "license": "Apache-2.0",
  "author": "vinnymac",
  "repository": {
    "type": "git",
    "url": "https://github.com/vinnymac/worlds.git",
    "directory": "packages/world-firestore-tasks"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "dependencies": {
    "@google-cloud/firestore": "^7.10.0",
    "@google-cloud/tasks": "^6.2.1",
    "@workflow/errors": "4.1.4",
    "@workflow/world": "4.2.1",
    "ulid": "^3.0.2"
  },
  "devDependencies": {
    "@testcontainers/gcloud": "11.8.1",
    "@types/node": "^22.19.0",
    "@workflow/world-testing": "4.1.11",
    "axios": "1.13.2",
    "testcontainers": "11.14.0",
    "tsdown": "^0.22.0",
    "typescript": "^5.9.3",
    "vitest": "^4.1.10",
    "@fantasticfour/shared": "0.1.0"
  },
  "volta": {
    "extends": "../../package.json"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "clean": "rm -rf dist",
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  }
}