openai-proxy / package.json
zhzabcd's picture
Upload 12 files
b16e3f0 verified
raw
history blame contribute delete
616 Bytes
{
"name": "openai-proxy",
"version": "1.0.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch index.ts",
"start": "bun run index.ts"
},
"dependencies": {
"@elysiajs/bearer": "^1.0.2",
"@elysiajs/cors": "^1.0.2",
"@elysiajs/stream": "^1.0.2",
"@saintno/needed-tools": "^0.3.4",
"elysia": "latest",
"gpt-3-encoder": "^1.1.4",
"js-sha3": "^0.9.3",
"user-agents": "^1.1.177",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/user-agents": "^1.0.4",
"bun-types": "latest"
},
"module": "src/index.js"
}