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