react-chatGPT-clone/server/package.json

20 lines
407 B
JSON
Raw Permalink Normal View History

{
"name": "clone-chatgpt-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sushant Dhimal",
2023-01-03 01:56:33 +08:00
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
2023-01-03 01:56:33 +08:00
"express": "^4.18.2",
"morgan": "^1.10.0",
"openai": "^4.28.4"
2023-01-03 01:56:33 +08:00
}
}