ai-internal-search/package.json
2025-04-14 17:40:01 +05:30

26 lines
508 B
JSON

{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@mistralai/mistralai": "^1.5.0",
"axios": "^1.8.1",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"mongoose": "^8.12.1"
},
"devDependencies": {
"nodemon": "^3.1.9"
}
}