docverifyrag / backend /package.json
SANDRAMSC's picture
Updated README.md with Hugging Face configuration
51ddcbf
raw
history blame
No virus
310 Bytes
{
"dependencies": {
"@types/body-parser": "^1.19.5",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.19.2",
"multer": "^1.4.5-lts.1",
"openai": "^4.35.0"
},
"type": "module",
"devDependencies": {
"@types/express": "^4.17.21",
"@types/multer": "^1.4.11"
}
}