fullstackopen-notes/parts/3/followAlong/package.json
2025-06-01 23:23:55 +02:00

17 lines
349 B
JSON

{
"name": "followalong",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "node --watch index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^5.1.0",
"mongoose": "^8.15.1"
}
}