-
-
Notifications
You must be signed in to change notification settings - Fork 261
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.22 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@testcontainers/gcloud",
"version": "10.21.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.21.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"
}
}