2023-03-06 10:15:07 -05:00
|
|
|
{
|
|
|
|
|
"name": "chatgpt-clone",
|
2023-03-29 14:12:24 -04:00
|
|
|
"version": "0.2.0",
|
2023-03-06 10:15:07 -05:00
|
|
|
"description": "",
|
|
|
|
|
"main": "server/index.js",
|
|
|
|
|
"scripts": {
|
2023-03-06 18:17:43 -05:00
|
|
|
"start": "node server/index.js",
|
2023-03-06 10:15:07 -05:00
|
|
|
"server-dev": "npx nodemon server/index.js"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/danny-avila/chatgpt-clone.git"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [],
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/danny-avila/chatgpt-clone/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/danny-avila/chatgpt-clone#readme",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@keyv/mongo": "^2.1.8",
|
2023-04-02 12:07:59 -04:00
|
|
|
"@waylaidwanderer/chatgpt-api": "^1.33.2",
|
2023-03-14 01:24:43 +08:00
|
|
|
"axios": "^1.3.4",
|
2023-03-06 10:15:07 -05:00
|
|
|
"cors": "^2.8.5",
|
2023-03-18 02:04:51 +08:00
|
|
|
"crypto": "^1.0.1",
|
2023-03-06 10:15:07 -05:00
|
|
|
"dotenv": "^16.0.3",
|
2023-03-21 13:41:31 -04:00
|
|
|
"eslint": "^8.36.0",
|
2023-03-06 10:28:37 -05:00
|
|
|
"express": "^4.18.2",
|
2023-03-14 01:24:43 +08:00
|
|
|
"express-session": "^1.17.3",
|
2023-03-18 23:18:36 -04:00
|
|
|
"html": "^1.0.0",
|
2023-03-06 10:15:07 -05:00
|
|
|
"keyv": "^4.5.2",
|
|
|
|
|
"keyv-file": "^0.2.0",
|
2023-03-14 15:42:59 -04:00
|
|
|
"lodash": "^4.17.21",
|
2023-03-16 17:20:26 -04:00
|
|
|
"meilisearch": "^0.31.1",
|
2023-03-06 10:15:07 -05:00
|
|
|
"mongoose": "^6.9.0",
|
2023-03-14 20:21:41 -04:00
|
|
|
"openai": "^3.1.0",
|
2023-03-18 23:18:36 -04:00
|
|
|
"sanitize": "^2.1.2"
|
2023-03-06 10:15:07 -05:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"nodemon": "^2.0.20",
|
|
|
|
|
"path": "^0.12.7"
|
|
|
|
|
}
|
|
|
|
|
}
|