{ "name": "code-crispies", "version": "1.0.0", "description": "An interactive platform for learning CSS through practical challenges", "type": "module", "scripts": { "start": "npm run dev", "dev": "vite", "build": "vite build", "preview": "vite preview", "test": "vitest" }, "keywords": [ "css", "html", "learning", "interactive", "education" ], "author": "Michael Czechowski ", "license": "Copyright Michael Czechowski 2025", "devDependencies": { "vite": "^6.3.5", "vitest": "^3.1.3" } }