Files
negotium/package.json
T
Aculix Technologies 9053f15ad4 chore: 2.1.0
2026-08-16 02:16:40 +05:30

29 lines
627 B
JSON

{
"name": "negotium-todo",
"version": "2.1.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"
}