update package.json

main
Cogent Apps 2023-03-15 20:02:43 +00:00
parent 50ed3ed313
commit 5f5f48d42e
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{
"name": "Chat with GPT Server",
"name": "chat-with-gpt",
"version": "0.2.0",
"description": "",
"description": "An open-source ChatGPT app with a voice",
"main": "index.js",
"scripts": {
"start": "npx ts-node --logError src/index.ts"
},
"author": "",
"author": "cogentdev",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.282.0",