{ "name": "@wordeck/landing", "private": true, "version": "0.1.0", "type": "module", "description": "Marketing-Landing für wordeck.com — Astro, statisch, SEO/LLM-optimiert. App selbst läuft auf app.wordeck.com.", "scripts": { "dev": "astro dev --port 4325", "build": "astro build", "preview": "astro preview --port 4326", "check": "astro check" }, "dependencies": { "@mana/marketing-kit": "^0.1.0", "astro": "^4.16.0" }, "devDependencies": { "typescript": "^5.9.3" } }