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