13 lines
253 B
JSON
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"
|
|
}
|
|
}
|