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