We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a05941 commit 6fab992Copy full SHA for 6fab992
1 file changed
genai/package.json
@@ -15,16 +15,16 @@
15
"dependencies": {
16
"@google/genai": "^0.13.0",
17
"axios": "^1.6.2",
18
- "supertest": "^7.0.0"
+ "supertest": "^7.0.0",
19
+ "canvas": "^3.1.0",
20
+ "node-fetch": "^2.7.0"
21
},
22
"devDependencies": {
23
"c8": "^10.0.0",
24
"chai": "^4.5.0",
25
"mocha": "^10.0.0",
26
"sinon": "^18.0.0",
27
"uuid": "^10.0.0",
- "proxyquire": "^2.1.3",
- "canvas": "^3.1.0",
28
- "node-fetch": "^2.7.0"
+ "proxyquire": "^2.1.3"
29
}
30
0 commit comments