File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed
container-analysis/snippets Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " nodejs-containeranalysis-samples" ,
3
- "private" : true ,
4
- "license" : " Apache-2.0" ,
5
- "author" : " Google Inc." ,
6
- "repository" : " googleapis/nodejs-containeranalysis" ,
7
- "files" : [
8
- " *.js"
9
- ],
10
- "engines" : {
11
- "node" : " >=10"
12
- },
13
- "scripts" : {
14
- "test" : " mocha --timeout 100000 test/**.test.js"
15
- },
16
- "dependencies" : {
17
- "@google-cloud/containeranalysis" : " ^0.1 .0" ,
18
- "@google-cloud/pubsub" : " ^0.28.1" ,
19
- "p-retry" : " ^4.1.0"
20
- },
21
- "devDependencies" : {
22
- "chai" : " ^4.2.0" ,
23
- "mocha" : " ^6.1.4" ,
24
- "uuid" : " ^3.3.2"
25
- }
2
+ "name" : " nodejs-containeranalysis-samples" ,
3
+ "private" : true ,
4
+ "license" : " Apache-2.0" ,
5
+ "author" : " Google Inc." ,
6
+ "repository" : " googleapis/nodejs-containeranalysis" ,
7
+ "files" : [
8
+ " *.js"
9
+ ],
10
+ "engines" : {
11
+ "node" : " >=10"
12
+ },
13
+ "scripts" : {
14
+ "test" : " mocha --timeout 100000 test/**.test.js"
15
+ },
16
+ "dependencies" : {
17
+ "@google-cloud/containeranalysis" : " ^1.0 .0" ,
18
+ "@google-cloud/pubsub" : " ^0.28.1" ,
19
+ "p-retry" : " ^4.1.0"
20
+ },
21
+ "devDependencies" : {
22
+ "chai" : " ^4.2.0" ,
23
+ "mocha" : " ^6.1.4" ,
24
+ "uuid" : " ^3.3.2"
25
+ }
26
26
}
You can’t perform that action at this time.
0 commit comments