We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eba0cfe commit 477b268Copy full SHA for 477b268
1 file changed
ai-platform/snippets/package.json
@@ -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