Spaces:
Paused
Paused
File size: 616 Bytes
b16e3f0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | {
"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"
}
|