{ "name": "@mukke/landing", "type": "module", "version": "0.2.0", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro", "type-check": "astro check" }, "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/sitemap": "^3.3.0", "@mana/shared-landing-ui": "workspace:*", "astro": "^5.1.1", "typescript": "^5.7.2" } }