{ "name": "negotium-todo", "version": "2.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", "test": "vitest run", "test:watch": "vitest" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^7.3.0", "svelte": "^5.56.9", "vite": "^8.2.1", "vitest": "^4.1.10" }, "keywords": [ "todo", "svelte", "productivity", "minimal" ], "author": "Negotium", "license": "MIT" }