mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-24 04:10:15 +01:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "chatgpt-clone",
|
|
"version": "0.3.0",
|
|
"description": "",
|
|
"main": "server/index.js",
|
|
"scripts": {
|
|
"start": "node server/index.js",
|
|
"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": {
|
|
"@dqbd/tiktoken": "^1.0.2",
|
|
"@keyv/mongo": "^2.1.8",
|
|
"@waylaidwanderer/chatgpt-api": "^1.34.0",
|
|
"axios": "^1.3.4",
|
|
"cors": "^2.8.5",
|
|
"crypto": "^1.0.1",
|
|
"dotenv": "^16.0.3",
|
|
"eslint": "^8.36.0",
|
|
"express": "^4.18.2",
|
|
"express-session": "^1.17.3",
|
|
"html": "^1.0.0",
|
|
"keyv": "^4.5.2",
|
|
"keyv-file": "^0.2.0",
|
|
"lodash": "^4.17.21",
|
|
"meilisearch": "^0.31.1",
|
|
"mongoose": "^6.9.0",
|
|
"openai": "^3.1.0",
|
|
"sanitize": "^2.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.20",
|
|
"path": "^0.12.7"
|
|
}
|
|
}
|