mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 20:43:06 +02:00
20 lines
354 B
JSON
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": ""
|
|
}
|