Files
gyanBuddy/package.json
T
Gitea 41d82f9266
Deploy Node App / deploy (push) Successful in 25s
structure ready
2026-06-15 15:43:09 +05:30

36 lines
873 B
JSON

{
"name": "ir-node-setup",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"dependencies": {
"@api/wrenai": "file:.api/apis/wrenai",
"@azure/identity": "^4.13.1",
"@clickhouse/client": "^1.18.5",
"@google/generative-ai": "^0.24.1",
"@qdrant/js-client-rest": "^1.18.0",
"@xenova/transformers": "^2.17.2",
"axios": "^1.18.0",
"cors": "^2.8.6",
"crypto": "^1.0.1",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"js-yaml": "^4.1.1",
"jsonwebtoken": "^9.0.3",
"multer": "^2.1.1",
"nodemon": "^3.1.14",
"openai": "^6.42.0",
"pdf-parse": "^2.4.5",
"pdfjs-dist": "^6.0.227",
"pg": "^8.21.0",
"yaml": "^2.9.0"
}
}