{
  "name": "@testcontainers/gcloud",
  "version": "12.0.0",
  "license": "MIT",
  "author": "Anietie Asuquo <hello@anietieasuquo.com>",
  "keywords": [
    "gcloud",
    "firestore",
    "datastore",
    "pubsub",
    "cloudstorage",
    "spanner",
    "gcs",
    "testing",
    "docker",
    "testcontainers",
    "bigquery"
  ],
  "description": "GCloud module for Testcontainers",
  "homepage": "https://github.com/testcontainers/testcontainers-node#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/testcontainers/testcontainers-node.git"
  },
  "bugs": {
    "url": "https://github.com/testcontainers/testcontainers-node/issues"
  },
  "main": "build/index.js",
  "files": [
    "build"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "prepack": "shx cp ../../../README.md . && shx cp ../../../LICENSE .",
    "build": "tsc --project tsconfig.build.json"
  },
  "dependencies": {
    "@grpc/grpc-js": "^1.14.3",
    "testcontainers": "^12.0.0"
  },
  "devDependencies": {
    "@google-cloud/bigquery": "^8.3.0",
    "@google-cloud/datastore": "^9.2.1",
    "@google-cloud/firestore": "8.5.0",
    "@google-cloud/pubsub": "^5.3.0",
    "@google-cloud/spanner": "^8.7.1",
    "@google-cloud/storage": "^7.19.0",
    "firebase-admin": "13.9.0",
    "msw": "^2.14.5"
  }
}
