22 lines
444 B
JSON
22 lines
444 B
JSON
{
|
|
"name": "menui_backend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "Jonasz Bigda",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"gitignore": "^0.6.0",
|
|
"mongoose": "^5.9.22",
|
|
"multer": "^1.4.2",
|
|
"nodemon": "^2.0.4"
|
|
}
|
|
}
|