{
  "name": "@sebspark/pubsub",
  "version": "1.7.1",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup-node src/index.ts --format esm,cjs --dts",
    "dev": "tsc --watch --noEmit",
    "lint": "biome check .",
    "test": "vitest run --coverage",
    "typecheck": "vitest --typecheck.only --passWithNoTests"
  },
  "devDependencies": {
    "@sebspark/tsconfig": "*",
    "vitest": "^3.0.9"
  },
  "dependencies": {
    "@google-cloud/pubsub": "4.10.0",
    "@types/express": "5.0.0",
    "@types/html-escaper": "3.0.4",
    "avsc": "^5.7.7",
    "express": "5.0.1",
    "html-escaper": "3.0.3"
  },
  "keywords": [
    "google apis",
    "google api",
    "google",
    "google cloud platform",
    "google cloud",
    "cloud",
    "google pubsub",
    "pubsub"
  ]
}
