25 lines
631 B
JSON
25 lines
631 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|