Spaces:
Paused
Paused
{ | |
"scripts": { | |
"start": "node src/index.js", | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"name": "claude-proxy", | |
"version": "1.0.0", | |
"main": "index.js", | |
"license": "MIT", | |
"dependencies": { | |
"async-await-queue": "^2.1.4", | |
"body-parser": "^1.20.2", | |
"dotenv": "^16.0.3", | |
"express": "^4.18.2", | |
"express-bearer-token": "^2.4.0", | |
"form-data": "^4.0.0", | |
"uuid": "^9.0.0", | |
"ws": "^8.13.0", | |
"yup": "^1.1.1" | |
} | |
} | |