-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
69 lines (69 loc) · 1.87 KB
/
package.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@google-cloud/bigquery-storage",
"version": "4.10.1",
"description": "Client for the BigQuery Storage API",
"repository": "googleapis/nodejs-bigquery-storage",
"license": "Apache-2.0",
"author": "Google LLC",
"files": [
"build/src",
"build/protos"
],
"main": "build/src/index.js",
"scripts": {
"clean": "gts clean",
"compile": "tsc -p . && cp -r protos build/",
"compile-protos": "compileProtos src",
"docs": "jsdoc -c .jsdoc.js",
"predocs-test": "npm run docs",
"docs-test": "linkinator docs",
"fix": "gts fix",
"prelint": "cd samples; npm link ../; npm install",
"lint": "gts check",
"prepare": "npm run compile-protos && npm run compile",
"system-test": "c8 mocha build/system-test",
"test": "c8 mocha build/test",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"precompile": "gts clean"
},
"dependencies": {
"@google-cloud/paginator": "^5.0.0",
"apache-arrow": "^14.0.2",
"core-js": "^3.37.1",
"extend": "^3.0.2",
"google-auth-library": "^9.6.3",
"google-gax": "^4.3.1"
},
"peerDependencies": {
"protobufjs": "^7.2.4"
},
"devDependencies": {
"@google-cloud/bigquery": "^7.5.2",
"@types/extend": "^3.0.4",
"@types/mocha": "^9.0.0",
"@types/node": "^20.16.5",
"@types/sinon": "^17.0.0",
"@types/uuid": "^9.0.1",
"c8": "^9.0.0",
"gapic-tools": "^0.4.0",
"gts": "^5.0.0",
"jsdoc": "^4.0.0",
"jsdoc-fresh": "^3.0.0",
"jsdoc-region-tag": "^3.0.0",
"linkinator": "^3.0.0",
"mocha": "^9.2.2",
"null-loader": "^4.0.0",
"pack-n-play": "^2.0.0",
"sinon": "^18.0.0",
"nise": "6.0.0",
"path-to-regexp": "6.3.0",
"ts-loader": "^9.0.0",
"typescript": "^5.5.3",
"uuid": "^9.0.0",
"webpack": "^5.0.0",
"webpack-cli": "^5.0.0"
},
"engines": {
"node": ">=14.0.0"
}
}