We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3343316 commit b52bf16Copy full SHA for b52bf16
packages/google-cloud-bigquery-connection/package.json
@@ -36,9 +36,7 @@
36
"prepare": "npm run compile-protos && npm run compile",
37
"system-test": "c8 mocha build/system-test",
38
"samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../",
39
- "test": "c8 mocha build/test",
40
- "api-extractor": "api-extractor run --local",
41
- "api-documenter": "api-documenter yaml --input-folder=temp"
+ "test": "c8 mocha build/test"
42
},
43
"dependencies": {
44
"google-gax": "^2.12.0"
@@ -60,9 +58,7 @@
60
58
"ts-loader": "^9.0.0",
61
59
"typescript": "^3.9.5",
62
"webpack": "^5.0.0",
63
- "webpack-cli": "^4.0.0",
64
- "@microsoft/api-documenter": "^7.8.10",
65
- "@microsoft/api-extractor": "^7.8.10"
+ "webpack-cli": "^4.0.0"
66
67
"engines": {
68
"node": ">=10.0.0"
0 commit comments