vertex2api / package.json
smgc's picture
Rename requirements.txt to package.json
7342b3c 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"
}
}