fullstackopen-notes/parts/3/phonebookBackend/package.json
2025-06-02 17:24:23 +02:00

17 lines
349 B
JSON

{
"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": {
"express": "^5.1.0",
"mongoose": "^8.15.1",
"morgan": "^1.10.0"
}
}