fullstackopen-notes/parts/4/blogApp/package.json
2025-06-04 17:58:33 +02:00

17 lines
317 B
JSON

{
"name": "blogapp",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node src/app.js",
"dev": "node --watch src/app.js",
"test": "node --test"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^5.1.0",
"mongoose": "^8.15.1"
}
}