2026-05-24 21:54:58 +00:00
|
|
|
{
|
|
|
|
|
"name": "backend",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [],
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"bcryptjs": "^3.0.3",
|
|
|
|
|
"cors": "^2.8.6",
|
|
|
|
|
"dxf-parser": "^1.1.2",
|
|
|
|
|
"express": "^5.2.1",
|
|
|
|
|
"jsonwebtoken": "^9.0.3",
|
|
|
|
|
"multer": "^2.1.1",
|
|
|
|
|
"passport": "^0.7.0",
|
|
|
|
|
"passport-jwt": "^4.0.1",
|
|
|
|
|
"passport-local": "^1.0.0",
|
2026-05-25 15:52:52 +00:00
|
|
|
"pg": "^8.21.0",
|
2026-05-25 17:11:11 +00:00
|
|
|
"sequelize": "^6.37.8"
|
2026-05-24 21:54:58 +00:00
|
|
|
}
|
2026-05-25 17:11:11 +00:00
|
|
|
}
|