Some checks are pending
CI / validate (push) Waiting to run
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
20 lines
498 B
JSON
20 lines
498 B
JSON
{
|
|
"name": "@seepuls/landing",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"description": "Marketing-Landing für seepuls.com — Astro, statisch, SEO/LLM-optimiert. App selbst läuft auf app.seepuls.com.",
|
|
"scripts": {
|
|
"dev": "astro dev --port 4327",
|
|
"build": "astro build",
|
|
"preview": "astro preview --port 4328",
|
|
"check": "astro check"
|
|
},
|
|
"dependencies": {
|
|
"@mana/marketing-kit": "^0.4.3",
|
|
"astro": "^4.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|