vertex2api / requirements.txt
smgc's picture
Update requirements.txt
04b77a5 verified
raw
history blame
No virus
225 Bytes
{
"name": "vertexai-claude-service",
"version": "1.0.0",
"description": "VertexAI Claude Service",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"node-fetch": "^2.6.1"
}
}