Skip to content

Commit 477b268

Browse files
committed
fix: restore package.json
1 parent eba0cfe commit 477b268

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

ai-platform/snippets/package.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "nodejs-aiplatform-samples",
3+
"private": true,
4+
"license": "Apache-2.0",
5+
"author": "Google LLC",
6+
"engines": {
7+
"node": ">=16.0.0"
8+
},
9+
"files": [
10+
"*.js"
11+
],
12+
"scripts": {
13+
"test": "c8 mocha -p -j 2 --timeout 2400000 test/*.js"
14+
},
15+
"dependencies": {
16+
"@google-cloud/aiplatform": "^3.0.0",
17+
"@google-cloud/bigquery": "^7.0.0",
18+
"@google-cloud/storage": "^7.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+
"sinon": "^18.0.0"
26+
}
27+
}
28+

0 commit comments

Comments
 (0)