app setup

This commit is contained in:
Ronny Melendez 2025-07-21 02:12:43 -04:00
parent 46f9ba0e21
commit a26a578393
2 changed files with 25 additions and 0 deletions

13
package-lock.json generated Normal file
View file

@ -0,0 +1,13 @@
{
"name": "recipe-app",
"version": "0.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "recipe-app",
"version": "0.0.1",
"license": "ISC"
}
}
}

12
package.json Normal file
View file

@ -0,0 +1,12 @@
{
"name": "recipe-app",
"version": "0.0.1",
"description": "A simple meal planner",
"license": "ISC",
"author": "Ronny Melendez",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}