{ "name": "calories-tracker", "version": "1.0.0", "main": "index.js", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "keywords": [], "author": "", "license": "ISC", "description": "", "devDependencies": { "typescript": "^5.9.3", "vite": "^7.2.7" }, "dependencies": { "@anthropic-ai/sdk": "^0.71.2", "appwrite": "^21.5.0", "sweetalert": "^2.1.2" } }