Skip to content

Commit f91919c

Browse files
fix-package-json-formatting
1 parent 65f9c1e commit f91919c

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

model-armor/package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"name": "nodejs-model-armor-samples",
3-
"private": true,
4-
"license": "Apache-2.0",
5-
"files": [
6-
"*.js"
7-
],
8-
"author": "Google LLC",
9-
"repository": "googleapis/nodejs-model-armor",
10-
"engines": {
11-
"node": ">=16.0.0"
12-
},
13-
"scripts": {
14-
"test": "c8 mocha -p -j 2 --recursive test/ --timeout=60000"
15-
},
16-
"dependencies": {
17-
"@google-cloud/modelarmor": "^0.1.0",
18-
"@google-cloud/dlp": "^5.0.0"
19-
},
20-
"devDependencies": {
21-
"c8": "^10.0.0",
22-
"chai": "^4.5.0",
23-
"mocha": "^10.0.0",
24-
"uuid": "^10.0.0"
25-
}
2+
"name": "nodejs-model-armor-samples",
3+
"private": true,
4+
"license": "Apache-2.0",
5+
"files": [
6+
"*.js"
7+
],
8+
"author": "Google LLC",
9+
"repository": "googleapis/nodejs-model-armor",
10+
"engines": {
11+
"node": ">=16.0.0"
12+
},
13+
"scripts": {
14+
"test": "c8 mocha -p -j 2 --recursive test/ --timeout=60000"
15+
},
16+
"dependencies": {
17+
"@google-cloud/modelarmor": "^0.1.0",
18+
"@google-cloud/dlp": "^5.0.0"
19+
},
20+
"devDependencies": {
21+
"c8": "^10.0.0",
22+
"chai": "^4.5.0",
23+
"mocha": "^10.0.0",
24+
"uuid": "^10.0.0"
25+
}
2626
}

0 commit comments

Comments
 (0)