recipe-app/package.json
2025-07-21 02:12:43 -04:00

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"
}
}