{
  "name": "@testcontainers/gcloud",
  "version": "10.24.0",
  "license": "MIT",
  "author": "Anietie Asuquo <hello@anietieasuquo.com>",
  "keywords": [
    "gcloud",
    "firestore",
    "datastore",
    "pubsub",
    "cloudstorage",
    "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": {
    "testcontainers": "^10.24.0"
  },
  "devDependencies": {
    "@google-cloud/bigquery": "^7.9.1",
    "@google-cloud/datastore": "^9.0.0",
    "@google-cloud/firestore": "7.9.0",
    "@google-cloud/pubsub": "^4.5.0",
    "@google-cloud/storage": "^7.12.0",
    "firebase-admin": "12.2.0",
    "msw": "^2.3.5"
  }
}
