in progress: handle add ingredients to recipe

This commit is contained in:
Mikayla Dobson
2023-02-25 20:21:29 -06:00
parent 63d0049450
commit 8a939e6a81
14 changed files with 195 additions and 76 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "recipe-manager",
"version": "1.0.0",
"description": "A concept developed by Mikayla Dobson",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bash dev.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/innocuous-symmetry/recipe-manager.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/innocuous-symmetry/recipe-manager/issues"
},
"homepage": "https://github.com/innocuous-symmetry/recipe-manager#readme",
"devDependencies": {
"concurrently": "^7.6.0"
}
}