healthy-meals-core 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/dist/bmr.d.ts +3 -0
  2. package/dist/bmr.js +14 -0
  3. package/dist/dailyMealPlanGenerator.d.ts +3 -0
  4. package/dist/dailyMealPlanGenerator.js +211 -0
  5. package/dist/data/detailed-recipes-bs.json +417 -0
  6. package/dist/data/detailed-recipes.json +744 -0
  7. package/dist/foodConversion.d.ts +55 -0
  8. package/dist/foodConversion.js +200 -0
  9. package/dist/index.d.ts +12 -0
  10. package/dist/index.js +27 -0
  11. package/dist/planner.d.ts +2 -0
  12. package/dist/planner.js +24 -0
  13. package/dist/recipeBasedMealPlanGenerator.d.ts +17 -0
  14. package/dist/recipeBasedMealPlanGenerator.js +255 -0
  15. package/dist/recipeService.d.ts +28 -0
  16. package/dist/recipeService.js +136 -0
  17. package/dist/rules/cholesterol.d.ts +2 -0
  18. package/dist/rules/cholesterol.js +7 -0
  19. package/dist/rules/diabetes.d.ts +2 -0
  20. package/dist/rules/diabetes.js +7 -0
  21. package/dist/rules/fattyLiver.d.ts +2 -0
  22. package/dist/rules/fattyLiver.js +7 -0
  23. package/dist/rules/index.d.ts +7 -0
  24. package/dist/rules/index.js +47 -0
  25. package/dist/rules/lowCarb.d.ts +2 -0
  26. package/dist/rules/lowCarb.js +7 -0
  27. package/dist/rules/triglycerides.d.ts +2 -0
  28. package/dist/rules/triglycerides.js +7 -0
  29. package/dist/src/bmr.d.ts +3 -0
  30. package/dist/src/bmr.js +13 -0
  31. package/dist/src/dailyMealPlanGenerator.d.ts +3 -0
  32. package/dist/src/dailyMealPlanGenerator.js +210 -0
  33. package/dist/src/foodConversion.d.ts +55 -0
  34. package/dist/src/foodConversion.js +199 -0
  35. package/dist/src/index.d.ts +12 -0
  36. package/dist/src/index.js +27 -0
  37. package/dist/src/planner.d.ts +2 -0
  38. package/dist/src/planner.js +23 -0
  39. package/dist/src/recipeBasedMealPlanGenerator.d.ts +17 -0
  40. package/dist/src/recipeBasedMealPlanGenerator.js +254 -0
  41. package/dist/src/recipeService.d.ts +28 -0
  42. package/dist/src/recipeService.js +136 -0
  43. package/dist/src/rules/cholesterol.d.ts +2 -0
  44. package/dist/src/rules/cholesterol.js +6 -0
  45. package/dist/src/rules/diabetes.d.ts +2 -0
  46. package/dist/src/rules/diabetes.js +6 -0
  47. package/dist/src/rules/fattyLiver.d.ts +2 -0
  48. package/dist/src/rules/fattyLiver.js +6 -0
  49. package/dist/src/rules/index.d.ts +7 -0
  50. package/dist/src/rules/index.js +46 -0
  51. package/dist/src/rules/lowCarb.d.ts +2 -0
  52. package/dist/src/rules/lowCarb.js +6 -0
  53. package/dist/src/rules/triglycerides.d.ts +2 -0
  54. package/dist/src/rules/triglycerides.js +6 -0
  55. package/dist/src/types/firestore.d.ts +100 -0
  56. package/dist/src/types/firestore.js +2 -0
  57. package/dist/src/types/openfoodfacts.d.ts +113 -0
  58. package/dist/src/types/openfoodfacts.js +3 -0
  59. package/dist/src/types/recipe.d.ts +36 -0
  60. package/dist/src/types/recipe.js +2 -0
  61. package/dist/src/types.d.ts +24 -0
  62. package/dist/src/types.js +2 -0
  63. package/dist/src/variety.d.ts +17 -0
  64. package/dist/src/variety.js +129 -0
  65. package/dist/src/weeklyMealPlanGenerator.d.ts +3 -0
  66. package/dist/src/weeklyMealPlanGenerator.js +468 -0
  67. package/dist/src/weeklyPlanner.d.ts +12 -0
  68. package/dist/src/weeklyPlanner.js +31 -0
  69. package/dist/types/firestore.d.ts +100 -0
  70. package/dist/types/firestore.js +2 -0
  71. package/dist/types/openfoodfacts.d.ts +113 -0
  72. package/dist/types/openfoodfacts.js +3 -0
  73. package/dist/types/recipe.d.ts +36 -0
  74. package/dist/types/recipe.js +2 -0
  75. package/dist/types.d.ts +24 -0
  76. package/dist/types.js +2 -0
  77. package/dist/variety.d.ts +17 -0
  78. package/dist/variety.js +130 -0
  79. package/dist/weeklyMealPlanGenerator.d.ts +3 -0
  80. package/dist/weeklyMealPlanGenerator.js +469 -0
  81. package/dist/weeklyPlanner.d.ts +12 -0
  82. package/dist/weeklyPlanner.js +32 -0
  83. package/package.json +66 -0
@@ -0,0 +1,744 @@
1
+ [
2
+ {
3
+ "id": "breakfast-1",
4
+ "name": "Oatmeal with Banana and Honey",
5
+ "category": "breakfast",
6
+ "prepTime": 5,
7
+ "cookTime": 10,
8
+ "servings": 1,
9
+ "difficulty": "easy",
10
+ "ingredients": [
11
+ { "name": "Rolled oats", "quantity": 50, "unit": "g" },
12
+ { "name": "Banana", "quantity": 1, "unit": "medium" },
13
+ { "name": "Honey", "quantity": 1, "unit": "tbsp" },
14
+ { "name": "Milk or water", "quantity": 250, "unit": "ml" },
15
+ { "name": "Cinnamon", "quantity": 0.5, "unit": "tsp" }
16
+ ],
17
+ "instructions": [
18
+ "Bring milk or water to a boil in a small pot",
19
+ "Add rolled oats and reduce heat to medium",
20
+ "Cook for 5-7 minutes, stirring occasionally",
21
+ "Slice the banana",
22
+ "Transfer oatmeal to a bowl",
23
+ "Top with banana slices, drizzle with honey, and sprinkle cinnamon"
24
+ ],
25
+ "nutrition": {
26
+ "calories": 380,
27
+ "protein": 12,
28
+ "carbs": 68,
29
+ "fat": 7,
30
+ "fiber": 8,
31
+ "sugar": 25,
32
+ "sodium": 45
33
+ },
34
+ "tags": ["vegetarian", "heart-healthy", "high-fiber", "cholesterol", "triglycerides"]
35
+ },
36
+ {
37
+ "id": "breakfast-2",
38
+ "name": "Greek Yogurt Parfait with Berries",
39
+ "category": "breakfast",
40
+ "prepTime": 5,
41
+ "cookTime": 0,
42
+ "servings": 1,
43
+ "difficulty": "easy",
44
+ "ingredients": [
45
+ { "name": "Greek yogurt", "quantity": 200, "unit": "g" },
46
+ { "name": "Mixed berries (strawberries, blueberries, raspberries)", "quantity": 100, "unit": "g" },
47
+ { "name": "Granola", "quantity": 30, "unit": "g" },
48
+ { "name": "Honey", "quantity": 1, "unit": "tsp" },
49
+ { "name": "Chia seeds", "quantity": 1, "unit": "tbsp" }
50
+ ],
51
+ "instructions": [
52
+ "Place half of the Greek yogurt in a glass or bowl",
53
+ "Add half of the berries on top",
54
+ "Sprinkle half of the granola",
55
+ "Repeat layers with remaining yogurt, berries, and granola",
56
+ "Drizzle with honey and top with chia seeds"
57
+ ],
58
+ "nutrition": {
59
+ "calories": 320,
60
+ "protein": 22,
61
+ "carbs": 42,
62
+ "fat": 8,
63
+ "fiber": 7,
64
+ "sugar": 24,
65
+ "sodium": 85
66
+ },
67
+ "tags": ["vegetarian", "high-protein", "probiotic", "cholesterol", "triglycerides"]
68
+ },
69
+ {
70
+ "id": "breakfast-3",
71
+ "name": "Scrambled Eggs with Spinach and Tomatoes",
72
+ "category": "breakfast",
73
+ "prepTime": 5,
74
+ "cookTime": 8,
75
+ "servings": 1,
76
+ "difficulty": "easy",
77
+ "ingredients": [
78
+ { "name": "Eggs", "quantity": 2, "unit": "large" },
79
+ { "name": "Fresh spinach", "quantity": 50, "unit": "g" },
80
+ { "name": "Cherry tomatoes", "quantity": 6, "unit": "pieces" },
81
+ { "name": "Olive oil", "quantity": 1, "unit": "tsp" },
82
+ { "name": "Salt and pepper", "quantity": 1, "unit": "pinch" },
83
+ { "name": "Whole wheat toast", "quantity": 1, "unit": "slice" }
84
+ ],
85
+ "instructions": [
86
+ "Heat olive oil in a non-stick pan over medium heat",
87
+ "Add spinach and cook until wilted (2 minutes)",
88
+ "Add halved cherry tomatoes and cook for 1 minute",
89
+ "Beat eggs in a bowl with salt and pepper",
90
+ "Pour eggs into the pan and gently scramble",
91
+ "Cook until eggs are just set (3-4 minutes)",
92
+ "Serve with whole wheat toast"
93
+ ],
94
+ "nutrition": {
95
+ "calories": 310,
96
+ "protein": 20,
97
+ "carbs": 22,
98
+ "fat": 16,
99
+ "fiber": 4,
100
+ "sugar": 4,
101
+ "sodium": 320
102
+ },
103
+ "tags": ["high-protein", "low-carb", "diabetes", "fatty_liver"]
104
+ },
105
+ {
106
+ "id": "breakfast-4",
107
+ "name": "Avocado Toast with Poached Egg",
108
+ "category": "breakfast",
109
+ "prepTime": 5,
110
+ "cookTime": 10,
111
+ "servings": 1,
112
+ "difficulty": "medium",
113
+ "ingredients": [
114
+ { "name": "Whole grain bread", "quantity": 2, "unit": "slices" },
115
+ { "name": "Avocado", "quantity": 0.5, "unit": "medium" },
116
+ { "name": "Egg", "quantity": 1, "unit": "large" },
117
+ { "name": "Lemon juice", "quantity": 1, "unit": "tsp" },
118
+ { "name": "Red pepper flakes", "quantity": 1, "unit": "pinch" },
119
+ { "name": "Salt and pepper", "quantity": 1, "unit": "pinch" }
120
+ ],
121
+ "instructions": [
122
+ "Toast the bread slices",
123
+ "Bring a pot of water to a gentle simmer",
124
+ "Crack egg into a small bowl",
125
+ "Create a gentle whirlpool in the water and slide egg in",
126
+ "Poach for 3-4 minutes",
127
+ "Mash avocado with lemon juice, salt, and pepper",
128
+ "Spread avocado on toast",
129
+ "Top with poached egg and red pepper flakes"
130
+ ],
131
+ "nutrition": {
132
+ "calories": 420,
133
+ "protein": 18,
134
+ "carbs": 38,
135
+ "fat": 24,
136
+ "fiber": 12,
137
+ "sugar": 3,
138
+ "sodium": 380
139
+ },
140
+ "tags": ["vegetarian", "heart-healthy", "high-fiber", "cholesterol"]
141
+ },
142
+ {
143
+ "id": "breakfast-5",
144
+ "name": "Protein Smoothie Bowl",
145
+ "category": "breakfast",
146
+ "prepTime": 10,
147
+ "cookTime": 0,
148
+ "servings": 1,
149
+ "difficulty": "easy",
150
+ "ingredients": [
151
+ { "name": "Frozen banana", "quantity": 1, "unit": "medium" },
152
+ { "name": "Protein powder", "quantity": 30, "unit": "g" },
153
+ { "name": "Almond milk", "quantity": 150, "unit": "ml" },
154
+ { "name": "Spinach", "quantity": 30, "unit": "g" },
155
+ { "name": "Blueberries", "quantity": 50, "unit": "g" },
156
+ { "name": "Sliced almonds", "quantity": 15, "unit": "g" },
157
+ { "name": "Chia seeds", "quantity": 1, "unit": "tbsp" }
158
+ ],
159
+ "instructions": [
160
+ "Blend frozen banana, protein powder, almond milk, and spinach until smooth",
161
+ "Pour into a bowl",
162
+ "Top with blueberries, sliced almonds, and chia seeds",
163
+ "Serve immediately"
164
+ ],
165
+ "nutrition": {
166
+ "calories": 380,
167
+ "protein": 32,
168
+ "carbs": 42,
169
+ "fat": 12,
170
+ "fiber": 10,
171
+ "sugar": 20,
172
+ "sodium": 180
173
+ },
174
+ "tags": ["high-protein", "vegetarian", "post-workout", "diabetes"]
175
+ },
176
+ {
177
+ "id": "lunch-1",
178
+ "name": "Grilled Chicken Salad with Quinoa",
179
+ "category": "lunch",
180
+ "prepTime": 15,
181
+ "cookTime": 20,
182
+ "servings": 1,
183
+ "difficulty": "medium",
184
+ "ingredients": [
185
+ { "name": "Chicken breast", "quantity": 150, "unit": "g" },
186
+ { "name": "Quinoa", "quantity": 60, "unit": "g" },
187
+ { "name": "Mixed greens", "quantity": 100, "unit": "g" },
188
+ { "name": "Cherry tomatoes", "quantity": 80, "unit": "g" },
189
+ { "name": "Cucumber", "quantity": 50, "unit": "g" },
190
+ { "name": "Red onion", "quantity": 20, "unit": "g" },
191
+ { "name": "Olive oil", "quantity": 1, "unit": "tbsp" },
192
+ { "name": "Lemon juice", "quantity": 2, "unit": "tbsp" },
193
+ { "name": "Garlic", "quantity": 1, "unit": "clove" }
194
+ ],
195
+ "instructions": [
196
+ "Cook quinoa according to package instructions",
197
+ "Season chicken breast with salt, pepper, and minced garlic",
198
+ "Grill chicken for 6-7 minutes per side until cooked through",
199
+ "Let chicken rest for 5 minutes, then slice",
200
+ "Chop vegetables and combine with mixed greens",
201
+ "Add cooked quinoa to the salad",
202
+ "Top with sliced chicken",
203
+ "Whisk olive oil and lemon juice for dressing",
204
+ "Drizzle dressing over salad"
205
+ ],
206
+ "nutrition": {
207
+ "calories": 480,
208
+ "protein": 42,
209
+ "carbs": 38,
210
+ "fat": 18,
211
+ "fiber": 8,
212
+ "sugar": 6,
213
+ "sodium": 280
214
+ },
215
+ "tags": ["high-protein", "gluten-free", "heart-healthy", "cholesterol", "fatty_liver"]
216
+ },
217
+ {
218
+ "id": "lunch-2",
219
+ "name": "Salmon Bowl with Brown Rice and Vegetables",
220
+ "category": "lunch",
221
+ "prepTime": 10,
222
+ "cookTime": 25,
223
+ "servings": 1,
224
+ "difficulty": "medium",
225
+ "ingredients": [
226
+ { "name": "Salmon fillet", "quantity": 150, "unit": "g" },
227
+ { "name": "Brown rice", "quantity": 75, "unit": "g" },
228
+ { "name": "Broccoli", "quantity": 100, "unit": "g" },
229
+ { "name": "Carrots", "quantity": 80, "unit": "g" },
230
+ { "name": "Edamame", "quantity": 50, "unit": "g" },
231
+ { "name": "Sesame oil", "quantity": 1, "unit": "tsp" },
232
+ { "name": "Soy sauce", "quantity": 1, "unit": "tbsp" },
233
+ { "name": "Ginger", "quantity": 1, "unit": "tsp" },
234
+ { "name": "Sesame seeds", "quantity": 1, "unit": "tsp" }
235
+ ],
236
+ "instructions": [
237
+ "Cook brown rice according to package instructions",
238
+ "Steam broccoli and sliced carrots for 5-7 minutes",
239
+ "Season salmon with ginger, salt, and pepper",
240
+ "Pan-sear salmon in sesame oil for 4-5 minutes per side",
241
+ "Arrange rice in a bowl",
242
+ "Add steamed vegetables and edamame",
243
+ "Place salmon on top",
244
+ "Drizzle with soy sauce and sprinkle sesame seeds"
245
+ ],
246
+ "nutrition": {
247
+ "calories": 520,
248
+ "protein": 38,
249
+ "carbs": 52,
250
+ "fat": 18,
251
+ "fiber": 8,
252
+ "sugar": 6,
253
+ "sodium": 680
254
+ },
255
+ "tags": ["high-protein", "omega-3", "heart-healthy", "cholesterol", "fatty_liver"]
256
+ },
257
+ {
258
+ "id": "lunch-3",
259
+ "name": "Mediterranean Chickpea Salad",
260
+ "category": "lunch",
261
+ "prepTime": 15,
262
+ "cookTime": 0,
263
+ "servings": 1,
264
+ "difficulty": "easy",
265
+ "ingredients": [
266
+ { "name": "Chickpeas (cooked)", "quantity": 200, "unit": "g" },
267
+ { "name": "Cucumber", "quantity": 100, "unit": "g" },
268
+ { "name": "Cherry tomatoes", "quantity": 100, "unit": "g" },
269
+ { "name": "Red bell pepper", "quantity": 80, "unit": "g" },
270
+ { "name": "Red onion", "quantity": 30, "unit": "g" },
271
+ { "name": "Feta cheese", "quantity": 40, "unit": "g" },
272
+ { "name": "Kalamata olives", "quantity": 30, "unit": "g" },
273
+ { "name": "Olive oil", "quantity": 2, "unit": "tbsp" },
274
+ { "name": "Lemon juice", "quantity": 2, "unit": "tbsp" },
275
+ { "name": "Fresh parsley", "quantity": 10, "unit": "g" }
276
+ ],
277
+ "instructions": [
278
+ "Dice cucumber, tomatoes, bell pepper, and red onion",
279
+ "Combine chickpeas and chopped vegetables in a bowl",
280
+ "Add crumbled feta cheese and sliced olives",
281
+ "Whisk olive oil, lemon juice, salt, and pepper",
282
+ "Pour dressing over salad and toss",
283
+ "Garnish with fresh parsley",
284
+ "Let sit for 5 minutes before serving"
285
+ ],
286
+ "nutrition": {
287
+ "calories": 450,
288
+ "protein": 18,
289
+ "carbs": 48,
290
+ "fat": 22,
291
+ "fiber": 14,
292
+ "sugar": 10,
293
+ "sodium": 620
294
+ },
295
+ "tags": ["vegetarian", "high-fiber", "mediterranean", "cholesterol", "triglycerides"]
296
+ },
297
+ {
298
+ "id": "lunch-4",
299
+ "name": "Turkey and Avocado Wrap",
300
+ "category": "lunch",
301
+ "prepTime": 10,
302
+ "cookTime": 0,
303
+ "servings": 1,
304
+ "difficulty": "easy",
305
+ "ingredients": [
306
+ { "name": "Whole wheat tortilla", "quantity": 1, "unit": "large" },
307
+ { "name": "Turkey breast (sliced)", "quantity": 100, "unit": "g" },
308
+ { "name": "Avocado", "quantity": 0.5, "unit": "medium" },
309
+ { "name": "Lettuce", "quantity": 50, "unit": "g" },
310
+ { "name": "Tomato", "quantity": 1, "unit": "medium" },
311
+ { "name": "Red onion", "quantity": 20, "unit": "g" },
312
+ { "name": "Mustard", "quantity": 1, "unit": "tsp" },
313
+ { "name": "Hummus", "quantity": 2, "unit": "tbsp" }
314
+ ],
315
+ "instructions": [
316
+ "Lay tortilla flat on a clean surface",
317
+ "Spread hummus and mustard on the tortilla",
318
+ "Layer turkey slices in the center",
319
+ "Add sliced avocado, lettuce, tomato, and red onion",
320
+ "Fold in the sides and roll tightly",
321
+ "Cut in half diagonally",
322
+ "Serve immediately or wrap in foil"
323
+ ],
324
+ "nutrition": {
325
+ "calories": 420,
326
+ "protein": 32,
327
+ "carbs": 38,
328
+ "fat": 18,
329
+ "fiber": 10,
330
+ "sugar": 5,
331
+ "sodium": 780
332
+ },
333
+ "tags": ["high-protein", "portable", "low_carb", "fatty_liver"]
334
+ },
335
+ {
336
+ "id": "lunch-5",
337
+ "name": "Lentil and Vegetable Soup",
338
+ "category": "lunch",
339
+ "prepTime": 10,
340
+ "cookTime": 35,
341
+ "servings": 2,
342
+ "difficulty": "easy",
343
+ "ingredients": [
344
+ { "name": "Red lentils", "quantity": 150, "unit": "g" },
345
+ { "name": "Carrots", "quantity": 100, "unit": "g" },
346
+ { "name": "Celery", "quantity": 80, "unit": "g" },
347
+ { "name": "Onion", "quantity": 1, "unit": "medium" },
348
+ { "name": "Garlic", "quantity": 3, "unit": "cloves" },
349
+ { "name": "Vegetable broth", "quantity": 800, "unit": "ml" },
350
+ { "name": "Diced tomatoes", "quantity": 200, "unit": "g" },
351
+ { "name": "Cumin", "quantity": 1, "unit": "tsp" },
352
+ { "name": "Olive oil", "quantity": 1, "unit": "tbsp" },
353
+ { "name": "Fresh cilantro", "quantity": 10, "unit": "g" }
354
+ ],
355
+ "instructions": [
356
+ "Heat olive oil in a large pot over medium heat",
357
+ "Sauté diced onion, carrots, and celery for 5 minutes",
358
+ "Add minced garlic and cumin, cook for 1 minute",
359
+ "Add lentils, diced tomatoes, and vegetable broth",
360
+ "Bring to a boil, then reduce heat and simmer",
361
+ "Cook for 25-30 minutes until lentils are tender",
362
+ "Season with salt and pepper",
363
+ "Garnish with fresh cilantro before serving"
364
+ ],
365
+ "nutrition": {
366
+ "calories": 380,
367
+ "protein": 22,
368
+ "carbs": 58,
369
+ "fat": 8,
370
+ "fiber": 16,
371
+ "sugar": 10,
372
+ "sodium": 620
373
+ },
374
+ "tags": ["vegan", "high-fiber", "high-protein", "cholesterol", "triglycerides"]
375
+ },
376
+ {
377
+ "id": "dinner-1",
378
+ "name": "Baked Salmon with Roasted Vegetables",
379
+ "category": "dinner",
380
+ "prepTime": 15,
381
+ "cookTime": 25,
382
+ "servings": 1,
383
+ "difficulty": "medium",
384
+ "ingredients": [
385
+ { "name": "Salmon fillet", "quantity": 180, "unit": "g" },
386
+ { "name": "Sweet potato", "quantity": 200, "unit": "g" },
387
+ { "name": "Broccoli", "quantity": 150, "unit": "g" },
388
+ { "name": "Bell peppers", "quantity": 100, "unit": "g" },
389
+ { "name": "Olive oil", "quantity": 2, "unit": "tbsp" },
390
+ { "name": "Lemon", "quantity": 0.5, "unit": "medium" },
391
+ { "name": "Garlic", "quantity": 2, "unit": "cloves" },
392
+ { "name": "Fresh dill", "quantity": 5, "unit": "g" },
393
+ { "name": "Paprika", "quantity": 0.5, "unit": "tsp" }
394
+ ],
395
+ "instructions": [
396
+ "Preheat oven to 200°C (400°F)",
397
+ "Cut sweet potato into cubes and vegetables into chunks",
398
+ "Toss vegetables with 1 tbsp olive oil, salt, and pepper",
399
+ "Spread vegetables on a baking sheet",
400
+ "Place salmon on the same sheet",
401
+ "Brush salmon with remaining olive oil",
402
+ "Season with paprika, minced garlic, salt, and pepper",
403
+ "Top with lemon slices and fresh dill",
404
+ "Bake for 20-25 minutes until salmon is cooked through",
405
+ "Serve with lemon wedges"
406
+ ],
407
+ "nutrition": {
408
+ "calories": 580,
409
+ "protein": 42,
410
+ "carbs": 48,
411
+ "fat": 24,
412
+ "fiber": 10,
413
+ "sugar": 12,
414
+ "sodium": 320
415
+ },
416
+ "tags": ["high-protein", "omega-3", "gluten-free", "cholesterol", "fatty_liver"]
417
+ },
418
+ {
419
+ "id": "dinner-2",
420
+ "name": "Grilled Chicken with Quinoa and Asparagus",
421
+ "category": "dinner",
422
+ "prepTime": 15,
423
+ "cookTime": 25,
424
+ "servings": 1,
425
+ "difficulty": "medium",
426
+ "ingredients": [
427
+ { "name": "Chicken breast", "quantity": 180, "unit": "g" },
428
+ { "name": "Quinoa", "quantity": 75, "unit": "g" },
429
+ { "name": "Asparagus", "quantity": 150, "unit": "g" },
430
+ { "name": "Cherry tomatoes", "quantity": 100, "unit": "g" },
431
+ { "name": "Olive oil", "quantity": 2, "unit": "tbsp" },
432
+ { "name": "Lemon juice", "quantity": 2, "unit": "tbsp" },
433
+ { "name": "Garlic", "quantity": 2, "unit": "cloves" },
434
+ { "name": "Italian herbs", "quantity": 1, "unit": "tsp" },
435
+ { "name": "Parmesan cheese", "quantity": 20, "unit": "g" }
436
+ ],
437
+ "instructions": [
438
+ "Cook quinoa according to package instructions",
439
+ "Marinate chicken in olive oil, lemon juice, garlic, and herbs for 10 minutes",
440
+ "Grill chicken for 6-7 minutes per side",
441
+ "Trim asparagus and halve cherry tomatoes",
442
+ "Sauté asparagus and tomatoes in a pan for 5-7 minutes",
443
+ "Let chicken rest for 5 minutes, then slice",
444
+ "Plate quinoa, top with vegetables and sliced chicken",
445
+ "Garnish with grated Parmesan cheese"
446
+ ],
447
+ "nutrition": {
448
+ "calories": 560,
449
+ "protein": 48,
450
+ "carbs": 46,
451
+ "fat": 20,
452
+ "fiber": 10,
453
+ "sugar": 6,
454
+ "sodium": 380
455
+ },
456
+ "tags": ["high-protein", "gluten-free", "heart-healthy", "cholesterol", "fatty_liver"]
457
+ },
458
+ {
459
+ "id": "dinner-3",
460
+ "name": "Vegetarian Stir-Fry with Tofu",
461
+ "category": "dinner",
462
+ "prepTime": 15,
463
+ "cookTime": 15,
464
+ "servings": 1,
465
+ "difficulty": "easy",
466
+ "ingredients": [
467
+ { "name": "Firm tofu", "quantity": 200, "unit": "g" },
468
+ { "name": "Brown rice", "quantity": 75, "unit": "g" },
469
+ { "name": "Broccoli", "quantity": 100, "unit": "g" },
470
+ { "name": "Bell peppers", "quantity": 100, "unit": "g" },
471
+ { "name": "Snap peas", "quantity": 80, "unit": "g" },
472
+ { "name": "Carrots", "quantity": 60, "unit": "g" },
473
+ { "name": "Sesame oil", "quantity": 1, "unit": "tbsp" },
474
+ { "name": "Soy sauce", "quantity": 2, "unit": "tbsp" },
475
+ { "name": "Ginger", "quantity": 1, "unit": "tsp" },
476
+ { "name": "Garlic", "quantity": 2, "unit": "cloves" }
477
+ ],
478
+ "instructions": [
479
+ "Cook brown rice according to package instructions",
480
+ "Press tofu to remove excess water, then cube",
481
+ "Heat sesame oil in a wok or large pan over high heat",
482
+ "Add tofu and cook until golden (5 minutes), remove and set aside",
483
+ "Add minced garlic and ginger, stir for 30 seconds",
484
+ "Add all vegetables and stir-fry for 5-7 minutes",
485
+ "Return tofu to the pan",
486
+ "Add soy sauce and toss everything together",
487
+ "Serve over brown rice"
488
+ ],
489
+ "nutrition": {
490
+ "calories": 520,
491
+ "protein": 28,
492
+ "carbs": 62,
493
+ "fat": 18,
494
+ "fiber": 12,
495
+ "sugar": 10,
496
+ "sodium": 1020
497
+ },
498
+ "tags": ["vegan", "high-protein", "high-fiber", "cholesterol", "triglycerides"]
499
+ },
500
+ {
501
+ "id": "dinner-4",
502
+ "name": "Turkey Meatballs with Zucchini Noodles",
503
+ "category": "dinner",
504
+ "prepTime": 20,
505
+ "cookTime": 25,
506
+ "servings": 1,
507
+ "difficulty": "medium",
508
+ "ingredients": [
509
+ { "name": "Ground turkey", "quantity": 150, "unit": "g" },
510
+ { "name": "Zucchini", "quantity": 300, "unit": "g" },
511
+ { "name": "Marinara sauce", "quantity": 150, "unit": "ml" },
512
+ { "name": "Egg", "quantity": 1, "unit": "small" },
513
+ { "name": "Breadcrumbs", "quantity": 30, "unit": "g" },
514
+ { "name": "Parmesan cheese", "quantity": 20, "unit": "g" },
515
+ { "name": "Garlic", "quantity": 2, "unit": "cloves" },
516
+ { "name": "Italian herbs", "quantity": 1, "unit": "tsp" },
517
+ { "name": "Olive oil", "quantity": 1, "unit": "tbsp" }
518
+ ],
519
+ "instructions": [
520
+ "Preheat oven to 190°C (375°F)",
521
+ "Mix ground turkey, egg, breadcrumbs, half the Parmesan, garlic, and herbs",
522
+ "Form into 8-10 meatballs",
523
+ "Place on a baking sheet and bake for 20-25 minutes",
524
+ "Spiralize zucchini into noodles",
525
+ "Heat olive oil in a pan and sauté zucchini noodles for 3-4 minutes",
526
+ "Heat marinara sauce in a separate pan",
527
+ "Add cooked meatballs to the sauce",
528
+ "Serve meatballs and sauce over zucchini noodles",
529
+ "Top with remaining Parmesan"
530
+ ],
531
+ "nutrition": {
532
+ "calories": 480,
533
+ "protein": 42,
534
+ "carbs": 32,
535
+ "fat": 22,
536
+ "fiber": 8,
537
+ "sugar": 14,
538
+ "sodium": 820
539
+ },
540
+ "tags": ["high-protein", "low-carb", "gluten-free", "fatty_liver", "diabetes"]
541
+ },
542
+ {
543
+ "id": "dinner-5",
544
+ "name": "Baked Cod with Mediterranean Vegetables",
545
+ "category": "dinner",
546
+ "prepTime": 15,
547
+ "cookTime": 30,
548
+ "servings": 1,
549
+ "difficulty": "medium",
550
+ "ingredients": [
551
+ { "name": "Cod fillet", "quantity": 180, "unit": "g" },
552
+ { "name": "Cherry tomatoes", "quantity": 150, "unit": "g" },
553
+ { "name": "Zucchini", "quantity": 150, "unit": "g" },
554
+ { "name": "Red onion", "quantity": 80, "unit": "g" },
555
+ { "name": "Kalamata olives", "quantity": 40, "unit": "g" },
556
+ { "name": "Capers", "quantity": 1, "unit": "tbsp" },
557
+ { "name": "Olive oil", "quantity": 2, "unit": "tbsp" },
558
+ { "name": "Lemon", "quantity": 0.5, "unit": "medium" },
559
+ { "name": "Fresh basil", "quantity": 10, "unit": "g" },
560
+ { "name": "Garlic", "quantity": 2, "unit": "cloves" }
561
+ ],
562
+ "instructions": [
563
+ "Preheat oven to 200°C (400°F)",
564
+ "Slice zucchini and red onion",
565
+ "Halve cherry tomatoes",
566
+ "Toss vegetables with 1 tbsp olive oil, salt, and pepper",
567
+ "Spread vegetables in a baking dish",
568
+ "Place cod fillet on top of vegetables",
569
+ "Drizzle with remaining olive oil and lemon juice",
570
+ "Add olives, capers, and minced garlic",
571
+ "Bake for 25-30 minutes until fish flakes easily",
572
+ "Garnish with fresh basil before serving"
573
+ ],
574
+ "nutrition": {
575
+ "calories": 420,
576
+ "protein": 38,
577
+ "carbs": 22,
578
+ "fat": 20,
579
+ "fiber": 6,
580
+ "sugar": 10,
581
+ "sodium": 680
582
+ },
583
+ "tags": ["high-protein", "mediterranean", "omega-3", "cholesterol", "fatty_liver"]
584
+ },
585
+ {
586
+ "id": "snack-1",
587
+ "name": "Apple Slices with Almond Butter",
588
+ "category": "snack",
589
+ "prepTime": 5,
590
+ "cookTime": 0,
591
+ "servings": 1,
592
+ "difficulty": "easy",
593
+ "ingredients": [
594
+ { "name": "Apple", "quantity": 1, "unit": "medium" },
595
+ { "name": "Almond butter", "quantity": 2, "unit": "tbsp" },
596
+ { "name": "Cinnamon", "quantity": 1, "unit": "pinch" }
597
+ ],
598
+ "instructions": [
599
+ "Wash and core the apple",
600
+ "Slice apple into 8-10 wedges",
601
+ "Arrange on a plate",
602
+ "Serve with almond butter for dipping",
603
+ "Sprinkle with cinnamon if desired"
604
+ ],
605
+ "nutrition": {
606
+ "calories": 250,
607
+ "protein": 7,
608
+ "carbs": 28,
609
+ "fat": 16,
610
+ "fiber": 6,
611
+ "sugar": 19,
612
+ "sodium": 5
613
+ },
614
+ "tags": ["vegetarian", "gluten-free", "heart-healthy", "cholesterol"]
615
+ },
616
+ {
617
+ "id": "snack-2",
618
+ "name": "Hummus with Vegetable Sticks",
619
+ "category": "snack",
620
+ "prepTime": 10,
621
+ "cookTime": 0,
622
+ "servings": 1,
623
+ "difficulty": "easy",
624
+ "ingredients": [
625
+ { "name": "Hummus", "quantity": 100, "unit": "g" },
626
+ { "name": "Carrots", "quantity": 80, "unit": "g" },
627
+ { "name": "Celery", "quantity": 60, "unit": "g" },
628
+ { "name": "Bell peppers", "quantity": 60, "unit": "g" },
629
+ { "name": "Cherry tomatoes", "quantity": 50, "unit": "g" }
630
+ ],
631
+ "instructions": [
632
+ "Cut carrots, celery, and bell peppers into sticks",
633
+ "Arrange vegetables on a plate",
634
+ "Place hummus in a small bowl",
635
+ "Serve vegetables with hummus for dipping"
636
+ ],
637
+ "nutrition": {
638
+ "calories": 220,
639
+ "protein": 8,
640
+ "carbs": 28,
641
+ "fat": 10,
642
+ "fiber": 8,
643
+ "sugar": 10,
644
+ "sodium": 320
645
+ },
646
+ "tags": ["vegan", "high-fiber", "mediterranean", "cholesterol", "triglycerides"]
647
+ },
648
+ {
649
+ "id": "snack-3",
650
+ "name": "Greek Yogurt with Nuts and Honey",
651
+ "category": "snack",
652
+ "prepTime": 3,
653
+ "cookTime": 0,
654
+ "servings": 1,
655
+ "difficulty": "easy",
656
+ "ingredients": [
657
+ { "name": "Greek yogurt", "quantity": 150, "unit": "g" },
658
+ { "name": "Mixed nuts (almonds, walnuts)", "quantity": 20, "unit": "g" },
659
+ { "name": "Honey", "quantity": 1, "unit": "tsp" }
660
+ ],
661
+ "instructions": [
662
+ "Place Greek yogurt in a bowl",
663
+ "Chop nuts if desired",
664
+ "Top yogurt with nuts",
665
+ "Drizzle with honey",
666
+ "Serve immediately"
667
+ ],
668
+ "nutrition": {
669
+ "calories": 240,
670
+ "protein": 16,
671
+ "carbs": 18,
672
+ "fat": 12,
673
+ "fiber": 2,
674
+ "sugar": 14,
675
+ "sodium": 65
676
+ },
677
+ "tags": ["vegetarian", "high-protein", "probiotic", "cholesterol"]
678
+ },
679
+ {
680
+ "id": "snack-4",
681
+ "name": "Energy Balls with Dates and Oats",
682
+ "category": "snack",
683
+ "prepTime": 15,
684
+ "cookTime": 0,
685
+ "servings": 6,
686
+ "difficulty": "easy",
687
+ "ingredients": [
688
+ { "name": "Dates (pitted)", "quantity": 150, "unit": "g" },
689
+ { "name": "Rolled oats", "quantity": 80, "unit": "g" },
690
+ { "name": "Almond butter", "quantity": 50, "unit": "g" },
691
+ { "name": "Chia seeds", "quantity": 2, "unit": "tbsp" },
692
+ { "name": "Cocoa powder", "quantity": 2, "unit": "tbsp" },
693
+ { "name": "Vanilla extract", "quantity": 1, "unit": "tsp" }
694
+ ],
695
+ "instructions": [
696
+ "Add all ingredients to a food processor",
697
+ "Blend until mixture is sticky and well combined",
698
+ "Roll mixture into 12 small balls",
699
+ "Place on a plate and refrigerate for 30 minutes",
700
+ "Store in an airtight container in the fridge",
701
+ "Serving size is 2 balls"
702
+ ],
703
+ "nutrition": {
704
+ "calories": 180,
705
+ "protein": 5,
706
+ "carbs": 28,
707
+ "fat": 7,
708
+ "fiber": 5,
709
+ "sugar": 18,
710
+ "sodium": 5
711
+ },
712
+ "tags": ["vegan", "no-bake", "portable", "cholesterol", "triglycerides"]
713
+ },
714
+ {
715
+ "id": "snack-5",
716
+ "name": "Cottage Cheese with Berries",
717
+ "category": "snack",
718
+ "prepTime": 3,
719
+ "cookTime": 0,
720
+ "servings": 1,
721
+ "difficulty": "easy",
722
+ "ingredients": [
723
+ { "name": "Cottage cheese (low-fat)", "quantity": 150, "unit": "g" },
724
+ { "name": "Mixed berries", "quantity": 80, "unit": "g" },
725
+ { "name": "Flaxseeds", "quantity": 1, "unit": "tbsp" }
726
+ ],
727
+ "instructions": [
728
+ "Place cottage cheese in a bowl",
729
+ "Top with fresh berries",
730
+ "Sprinkle with flaxseeds",
731
+ "Serve immediately"
732
+ ],
733
+ "nutrition": {
734
+ "calories": 180,
735
+ "protein": 20,
736
+ "carbs": 16,
737
+ "fat": 5,
738
+ "fiber": 4,
739
+ "sugar": 10,
740
+ "sodium": 380
741
+ },
742
+ "tags": ["vegetarian", "high-protein", "low-fat", "cholesterol", "diabetes"]
743
+ }
744
+ ]