macro_nutrients_calculator/package.json

14 lines
315 B
JSON
Raw Permalink Normal View History

2025-06-30 20:03:47 +02:00
{
"name": "macro-planner",
"version": "1.0.0",
"description": "Meal planning and macro tracking tool using OpenAI and USDA API",
"main": "MacroPlanner.js",
"scripts": {
"start": "node MacroPlanner.js"
},
"dependencies": {
"axios": "^1.6.0",
"dotenv": "^16.3.1",
"xlsx": "^0.18.5"
}
}