macro_nutrients_calculator/package.json
2025-06-30 20:03:47 +02:00

14 lines
No EOL
315 B
JSON

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