{ "name": "negotium-todo", "version": "1.0.0", "description": "A clean, minimal to-do list application with smooth animations and dark/light mode support", "type": "module", "main": "index.html", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^3.0.0", "svelte": "^4.2.0", "vite": "^5.0.0" }, "keywords": [ "todo", "svelte", "productivity", "minimal" ], "author": "Negotium", "license": "MIT", "dependencies": { "lottie-web": "^5.13.0" } }