Files
Cookbook/package.json
Johannes 8766d87a3c 1.0
2026-03-12 17:08:00 +01:00

13 lines
253 B
JSON

{
"name": "the-recipe-box",
"version": "1.0.0",
"description": "A beautiful cookbook website for your culinary treasures",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.18.2"
}
}