{
  "name": "@join-com/pubsub",
  "version": "3.10.0",
  "description": "Google Cloud PubSub wrapper",
  "author": "JOIN Solutions",
  "license": "UNLICENSED",
  "main": "./dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/join-com/pubsub.git"
  },
  "keywords": [
    "gcloud",
    "pubsub"
  ],
  "engines": {
    "node": ">=14.0.0"
  },
  "scripts": {
    "build": "tsc -p tsconfig.prod.json",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --collect-coverage",
    "test:debug": "export NODE_OPTIONS=\"$NODE_OPTIONS --inspect-brk\" && jest --forceExit",
    "lint": "yarn lint:tsc && yarn lint:eslint",
    "lint:eslint": "eslint . --ext .ts --max-warnings 0",
    "lint:tsc": "tsc --noEmit",
    "prepublishOnly": "yarn lint && yarn build"
  },
  "dependencies": {
    "@google-cloud/pubsub": "^4.9.0",
    "avsc": "^5.7.7"
  },
  "devDependencies": {
    "@join-private/eslint-config-backend": "^1.5.0",
    "@side/jest-runtime": "^1.1.0",
    "@swc/core": "1.4.16",
    "@swc/jest": "0.2.36",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.12.7",
    "eslint": "^8.57.0",
    "jest": "^29.7.0",
    "jest-extended": "^4.0.2",
    "jest-watch-typeahead": "^2.2.2",
    "prettier": "^3.2.5",
    "typescript": "^5.4.5"
  },
  "publishConfig": {
    "access": "public"
  }
}
