in progress: handle add ingredients to recipe
This commit is contained in:
24
package.json
Normal file
24
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user