mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-24 12:20:14 +01:00
- Makes it easier to call them from the outside or even include the package in a different project (ie frontend only)
69 lines
1.9 KiB
JSON
69 lines
1.9 KiB
JSON
{
|
|
"name": "@librechat/backend",
|
|
"version": "0.5.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"start": "echo 'please run this from the root directory'",
|
|
"server-dev": "echo 'please run this from the root directory'",
|
|
"test": "cross-env NODE_ENV=test jest",
|
|
"test:ci": "jest --ci",
|
|
"test2": "node --inspect app/langchain/test2.js",
|
|
"test3": "node --inspect app/langchain/test3.js",
|
|
"test4": "node --inspect app/langchain/test4.js",
|
|
"test5": "node --inspect app/langchain/test5.js",
|
|
"test8": "node --inspect app/langchain/test8.js",
|
|
"langchain": "node app/langchain/test2.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/danny-avila/LibreChat.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/danny-avila/LibreChat/issues"
|
|
},
|
|
"homepage": "https://github.com/danny-avila/LibreChat#readme",
|
|
"dependencies": {
|
|
"@dqbd/tiktoken": "^1.0.2",
|
|
"@keyv/mongo": "^2.1.8",
|
|
"@waylaidwanderer/chatgpt-api": "^1.37.0",
|
|
"axios": "^1.3.4",
|
|
"bcryptjs": "^2.4.3",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"cookie": "^0.5.0",
|
|
"cookie-parser": "^1.4.6",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.0.3",
|
|
"eslint": "^8.41.0",
|
|
"express": "^4.18.2",
|
|
"googleapis": "^118.0.0",
|
|
"handlebars": "^4.7.7",
|
|
"html": "^1.0.0",
|
|
"joi": "^17.9.2",
|
|
"js-yaml": "^4.1.0",
|
|
"jsonwebtoken": "^9.0.0",
|
|
"keyv": "^4.5.2",
|
|
"keyv-file": "^0.2.0",
|
|
"langchain": "^0.0.92",
|
|
"lodash": "^4.17.21",
|
|
"meilisearch": "^0.33.0",
|
|
"mongoose": "^7.1.1",
|
|
"nodemailer": "^6.9.1",
|
|
"openai": "^3.2.1",
|
|
"passport": "^0.6.0",
|
|
"passport-facebook": "^3.0.0",
|
|
"passport-google-oauth20": "^2.0.0",
|
|
"passport-jwt": "^4.0.1",
|
|
"passport-local": "^1.0.0",
|
|
"pino": "^8.12.1",
|
|
"sanitize": "^2.1.2",
|
|
"sharp": "^0.32.1"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^29.5.0",
|
|
"nodemon": "^2.0.20",
|
|
"path": "^0.12.7"
|
|
}
|
|
}
|