update package.json
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "Chat with GPT Server",
|
"name": "chat-with-gpt",
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"description": "",
|
"description": "An open-source ChatGPT app with a voice",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "npx ts-node --logError src/index.ts"
|
"start": "npx ts-node --logError src/index.ts"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "cogentdev",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/client-s3": "^3.282.0",
|
"@aws-sdk/client-s3": "^3.282.0",
|
||||||
|
Reference in New Issue
Block a user