WUT_Computer_Science/EGUI/lab3/api/package.json
2022-06-15 05:26:01 +02:00

20 lines
354 B
JSON

{
"dependencies": {
"bcrypt": "^5.0.1",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"mongoose": "^6.3.8",
"multer": "^1.4.5-lts.1",
"nodemon": "^2.0.16"
},
"name": "api",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
},
"author": "",
"license": "ISC",
"description": ""
}