33 lines
598 B
JSON
33 lines
598 B
JSON
{
|
|
"name": "ai-proxy-server",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"dev": "nodemon server.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://git.fullgream.online/fullgream/ai-proxy-server.git"
|
|
},
|
|
"keywords": [
|
|
"AI",
|
|
"koboldcpp",
|
|
"openai",
|
|
"gpt",
|
|
"chat-gpt"
|
|
],
|
|
"author": "FullGreaM",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"body": "^5.1.0",
|
|
"body-parser": "^1.20.3",
|
|
"express": "^4.21.2",
|
|
"node-fetch": "^2.6.7",
|
|
"sse": "^0.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.9"
|
|
}
|
|
}
|