fullstackopen-notes/parts/3/phonebookBackend/package.json

17 lines
322 B
JSON
Raw Normal View History

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",
"morgan": "^1.10.0"
2025-05-31 22:51:30 +02:00
}
}