app setup
This commit is contained in:
parent
46f9ba0e21
commit
a26a578393
2 changed files with 25 additions and 0 deletions
13
package-lock.json
generated
Normal file
13
package-lock.json
generated
Normal 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
12
package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue