update package.json
parent
50ed3ed313
commit
5f5f48d42e
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue