{ "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" } }