vertex2api / package.json
smgc's picture
Create package.json
e9fc770 verified
raw
history blame
No virus
245 Bytes
{
"name": "vertex-claude-api",
"version": "1.0.0",
"description": "Vertex Claude API proxy",
"main": "app.js",
"dependencies": {
"express": "^4.17.1",
"node-fetch": "^2.6.1"
},
"scripts": {
"start": "node app.js"
}
}