@testcontainers/gcloud
Version:
GCloud module for Testcontainers
51 lines (50 loc) • 1.25 kB
JSON
{
"name": "@testcontainers/gcloud",
"version": "11.0.3",
"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": "^11.0.3"
},
"devDependencies": {
"@google-cloud/bigquery": "^8.0.0",
"@google-cloud/datastore": "^9.2.1",
"@google-cloud/firestore": "7.11.1",
"@google-cloud/pubsub": "^5.0.0",
"@google-cloud/storage": "^7.16.0",
"firebase-admin": "13.4.0",
"msw": "^2.7.3"
}
}