2024-10-26 05:31:22 +03:00
|
|
|
{
|
|
|
|
"name": "bsfe_server",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "Server for BarcodeScannerForEmployees",
|
|
|
|
"main": "src/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.foxarmy.org/leca/bsfe_server"
|
|
|
|
},
|
|
|
|
"author": "leca",
|
|
|
|
"license": "WTFPL",
|
|
|
|
"dependencies": {
|
|
|
|
"bcrypt": "^5.1.1",
|
|
|
|
"express": "^4.21.1",
|
|
|
|
"jsonwebtoken": "^9.0.2",
|
2024-10-28 17:17:47 +03:00
|
|
|
"multer": "^1.4.5-lts.1",
|
2024-10-26 05:31:22 +03:00
|
|
|
"nodemon": "^3.1.7",
|
2024-10-28 17:17:47 +03:00
|
|
|
"path": "^0.12.7",
|
2024-10-26 05:31:22 +03:00
|
|
|
"pg": "^8.13.1"
|
|
|
|
},
|
|
|
|
"type": "module"
|
|
|
|
}
|