-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 792 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 792 Bytes
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
29
30
31
32
33
34
35
36
37
{
"name": "nodejs-genai-samples",
"private": true,
"license": "Apache-2.0",
"author": "Google LLC",
"repository": {
"type": "git",
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
},
"engines": {
"node": ">=16.0.0"
},
"files": [
"*.js"
],
"dependencies": {
"@google/genai": "1.34.0",
"axios": "^1.6.2",
"luxon": "^3.7.2",
"node-fetch": "^3.3.2",
"openai": "^6.9.1",
"canvas": "^3.2.0",
"date-fns": "^4.1.0",
"google-auth-library": "^10.3.0",
"proxyquire": "^2.1.3",
"supertest": "^7.0.0"
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"mocha": "^10.0.0",
"node-fetch": "^2.7.0",
"proxyquire": "^2.1.3",
"sinon": "^18.0.0",
"uuid": "^14.0.0"
}
}