-
Notifications
You must be signed in to change notification settings - Fork 657
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.19 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.19 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
{
"name": "google-cloud-node",
"private": true,
"description": "Google Cloud client libraries for Node.js",
"bin": "bin/generate-readme.mjs",
"directories": {
"doc": "docs"
},
"type": "module",
"scripts": {
"fix": "echo nothing to fix",
"test": "echo nothing to test",
"test-generate": "SMOKE_TEST=true node ./bin/generate-readme.mjs",
"generate": "./bin/generate-readme.mjs",
"lint": "echo nothing to lint",
"clean": "echo nothing to clean",
"precompile": "echo nothing to precompile",
"system-test": "echo nothing to system test",
"samples-test": "echo nothing to sample test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/googleapis/google-cloud-node.git"
},
"keywords": [
"google",
"cloud",
"nodejs"
],
"author": "Google Inc.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/googleapis/google-cloud-node/issues"
},
"homepage": "https://github.com/googleapis/google-cloud-node#readme",
"dependencies": {
"chalk": "^5.0.0",
"figures": "^6.0.0",
"gaxios": "^7.0.0-rc",
"parse-link-header": "^2.0.0"
},
"devDependencies": {},
"engines": {
"node": ">=18"
}
}