smgc commited on
Commit
e9fc770
1 Parent(s): 1f352a9

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +13 -0
package.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "vertex-claude-api",
3
+ "version": "1.0.0",
4
+ "description": "Vertex Claude API proxy",
5
+ "main": "app.js",
6
+ "dependencies": {
7
+ "express": "^4.17.1",
8
+ "node-fetch": "^2.6.1"
9
+ },
10
+ "scripts": {
11
+ "start": "node app.js"
12
+ }
13
+ }