2025-05-31 22:51:30 +02:00
|
|
|
{
|
|
|
|
|
"name": "phonebookbackend",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "node --watch index.js",
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"dependencies": {
|
2025-06-01 18:44:45 +02:00
|
|
|
"express": "^5.1.0",
|
2025-06-02 17:24:23 +02:00
|
|
|
"mongoose": "^8.15.1",
|
2025-06-01 18:44:45 +02:00
|
|
|
"morgan": "^1.10.0"
|
2025-05-31 22:51:30 +02:00
|
|
|
}
|
|
|
|
|
}
|