Files

19 lines
388 B
JSON

{
"name": "aiui-backend",
"version": "1.0.0",
"description": "AIUI Chat Backend",
"main": "src/index.js",
"scripts": {
"dev": "node --watch src/index.js",
"start": "node src/index.js"
},
"dependencies": {
"chromadb": "^1.8.1",
"cors": "^2.8.5",
"express": "^4.21.2",
"mammoth": "^1.9.0",
"multer": "^1.4.5-lts.2",
"pdf-parse": "^1.1.1"
}
}