1 | {
|
2 | "name": "@google-cloud/bigquery",
|
3 | "description": "Google BigQuery Client Library for Node.js",
|
4 | "version": "7.5.0",
|
5 | "license": "Apache-2.0",
|
6 | "author": "Google LLC",
|
7 | "engines": {
|
8 | "node": ">=14.0.0"
|
9 | },
|
10 | "repository": "googleapis/nodejs-bigquery",
|
11 | "main": "./build/src/index.js",
|
12 | "types": "./build/src/index.d.ts",
|
13 | "files": [
|
14 | "build/src",
|
15 | "!build/src/**/*.map"
|
16 | ],
|
17 | "keywords": [
|
18 | "google apis client",
|
19 | "google api client",
|
20 | "google apis",
|
21 | "google api",
|
22 | "google",
|
23 | "google cloud platform",
|
24 | "google cloud",
|
25 | "cloud",
|
26 | "google bigquery",
|
27 | "bigquery"
|
28 | ],
|
29 | "scripts": {
|
30 | "prebenchmark": "npm run compile",
|
31 | "benchmark": "node build/benchmark/bench.js benchmark/queries.json",
|
32 | "docs": "jsdoc -c .jsdoc.js",
|
33 | "lint": "gts check",
|
34 | "samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
|
35 | "test": "c8 mocha build/test",
|
36 | "system-test": "mocha build/system-test --timeout 600000",
|
37 | "presystem-test": "npm run compile",
|
38 | "clean": "gts clean",
|
39 | "compile": "tsc -p . && cp src/types.d.ts build/src/",
|
40 | "fix": "gts fix",
|
41 | "predocs": "npm run compile",
|
42 | "prepare": "npm run compile",
|
43 | "pretest": "npm run compile",
|
44 | "docs-test": "linkinator docs",
|
45 | "predocs-test": "npm run docs",
|
46 | "types": "node scripts/gen-types.js",
|
47 | "prelint": "cd samples; npm link ../; npm install",
|
48 | "precompile": "gts clean"
|
49 | },
|
50 | "dependencies": {
|
51 | "@google-cloud/common": "^5.0.0",
|
52 | "@google-cloud/paginator": "^5.0.0",
|
53 | "@google-cloud/precise-date": "^4.0.0",
|
54 | "@google-cloud/promisify": "^4.0.0",
|
55 | "arrify": "^2.0.1",
|
56 | "big.js": "^6.0.0",
|
57 | "duplexify": "^4.0.0",
|
58 | "extend": "^3.0.2",
|
59 | "is": "^3.3.0",
|
60 | "stream-events": "^1.0.5",
|
61 | "uuid": "^9.0.0"
|
62 | },
|
63 | "devDependencies": {
|
64 | "@google-cloud/storage": "^7.0.0",
|
65 | "@types/big.js": "^6.2.0",
|
66 | "@types/extend": "^3.0.1",
|
67 | "@types/is": "0.0.25",
|
68 | "@types/mocha": "^9.0.0",
|
69 | "@types/node": "^20.0.0",
|
70 | "@types/proxyquire": "^1.3.28",
|
71 | "@types/sinon": "^10.0.0",
|
72 | "@types/uuid": "^9.0.0",
|
73 | "c8": "^9.0.0",
|
74 | "codecov": "^3.5.0",
|
75 | "discovery-tsd": "^0.3.0",
|
76 | "eslint-plugin-prettier": "^5.0.0",
|
77 | "gts": "^5.0.0",
|
78 | "jsdoc": "^4.0.0",
|
79 | "jsdoc-fresh": "^3.0.0",
|
80 | "jsdoc-region-tag": "^3.0.0",
|
81 | "linkinator": "^5.0.0",
|
82 | "mocha": "^9.2.2",
|
83 | "pack-n-play": "^2.0.0",
|
84 | "prettier": "^3.0.0",
|
85 | "proxyquire": "^2.1.0",
|
86 | "sinon": "^17.0.0",
|
87 | "typescript": "^5.1.6"
|
88 | }
|
89 | }
|