File size: 245 Bytes
e9fc770
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "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"
  }
}