backend/lib/node/package.json

9 lines
121 B
JSON
Raw Normal View History

2024-10-26 17:26:06 +02:00
{
"dependencies": {
"bcrypt": "^5.1.1",
"pg": "^8.13.1",
2024-11-28 23:06:38 +01:00
"sqlite3": "^5.1.7",
"xml2js": "^0.6.2"
2024-10-26 17:26:06 +02:00
}
}