forked from googleapis/google-cloud-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 991 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 991 Bytes
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
{
"name": "google-cloud-node",
"private": true,
"description": "Google Cloud client libraries for Node.js",
"bin": "bin/generate-readme.js",
"directories": {
"doc": "docs"
},
"scripts": {
"fix": "gts fix",
"test": "semistandard",
"generate": "./bin/generate-readme.js",
"lint": "gts check",
"clean": "gts clean",
"precompile": "gts clean"
},
"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": "^2.4.2",
"figures": "^3.0.0",
"node-fetch": "^2.6.0",
"yargs": "^13.2.4"
},
"devDependencies": {
"semistandard": "^13.0.1"
},
"engines": {
"node": ">=10"
}
}