@testcontainers/gcloud
Version:
GCloud module for Testcontainers
54 lines (53 loc) • 1.33 kB
JSON
{
"name": "@testcontainers/gcloud",
"version": "11.12.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": "^11.12.0"
},
"devDependencies": {
"@google-cloud/bigquery": "^8.1.1",
"@google-cloud/datastore": "^10.1.0",
"@google-cloud/firestore": "8.3.0",
"@google-cloud/pubsub": "^5.2.3",
"@google-cloud/spanner": "^8.6.0",
"@google-cloud/storage": "^7.19.0",
"firebase-admin": "13.6.1",
"msw": "^2.12.10"
}
}