FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
nodejs-docs-samples/batch/package.json at main · GoogleCloudPlatform/nodejs-docs-samples · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
GoogleCloudPlatform
/
nodejs-docs-samples
Public
Notifications
You must be signed in to change notification settings
Fork
2k
Star
3k
Code
Issues
18
Pull requests
26
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
nodejs-docs-samples
/
batch
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (28 loc) · 630 Bytes
Breadcrumbs
nodejs-docs-samples
/
batch
/
package.json
Copy path
File metadata and controls
28 lines (28 loc) · 630 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
batch-samples
"
,
"private"
:
true
,
"license"
:
"
Apache-2.0
"
,
"author"
:
"
Google LLC
"
,
"engines"
: {
"node"
:
"
>=16.0.0
"
},
"files"
: [
"
*.js
"
],
"scripts"
: {
"test"
:
"
c8 mocha -p -j 2 --timeout 1200000 test/basics.test.js
"
,
"publish"
:
"
echo 'sample test; do not publish'
"
},
"dependencies"
: {
"@google-cloud/batch"
:
"
^1.0.0
"
},
"devDependencies"
: {
"@google-cloud/compute"
:
"
^4.0.0
"
,
"@google-cloud/resource-manager"
:
"
^5.0.0
"
,
"@google-cloud/storage"
:
"
^7.0.0
"
,
"@types/mocha"
:
"
^10.0.7
"
,
"c8"
:
"
^10.0.0
"
,
"mocha"
:
"
^10.0.0
"
,
"nanoid"
:
"
^3.3.7
"
}
}
Back
|
FazBrowse Home
|
New Git URL