12 lines
263 B
JSON
12 lines
263 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|