groceries/package.json
2025-05-23 20:44:23 +02:00

15 lines
479 B
JSON

{
"name": "grocery-tracker-frontend",
"version": "1.0.0",
"description": "React frontend for grocery price tracking application",
"private": true,
"scripts": {
"dev": "cd frontend && npm run dev",
"build": "cd frontend && npm run build",
"install:frontend": "cd frontend && npm install",
"setup": "npm run install:frontend"
},
"keywords": ["grocery", "price-tracking", "shopping", "react", "fastapi", "python"],
"author": "",
"license": "MIT"
}