seepuls/package.json
Till JS 3b415fcb37 fix(deploy): harter Web-Healthcheck + Manifest-Validation-Dep
- apps/web/src/pages/healthz.ts: echter Liveness-Endpoint (Astro SSR).
- compose: seepuls-web-Healthcheck || true → || exit 1 gegen /healthz.
- package.json: @mana/shared-share-protocol ergänzt (Script+tsx waren
  da, nur die Dep fehlte). validate-manifest verifiziert grün.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-29 14:54:02 +02:00

31 lines
1,011 B
JSON

{
"name": "seepuls",
"version": "0.0.0",
"private": true,
"type": "module",
"description": "Events around Lake Constance, on both sides of the border. Konstanz, Kreuzlingen and surroundings — Germany and Switzerland on one platform.",
"packageManager": "pnpm@9.15.9",
"engines": {
"node": ">=20",
"pnpm": "^9"
},
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"test": "turbo run test",
"type-check": "turbo run type-check",
"clean": "turbo run clean",
"validate-manifest": "tsx node_modules/@mana/shared-share-protocol/scripts/validate-manifest.ts app-manifest.json",
"format": "prettier --config .prettierrc.json --write \"**/*.{ts,tsx,js,json,md}\"",
"format:check": "prettier --config .prettierrc.json --check \"**/*.{ts,tsx,js,json,md}\""
},
"devDependencies": {
"@mana/shared-share-protocol": "^0.4.0",
"@types/bun": "latest",
"@types/node": "^22.10.2",
"prettier": "^3.3.3",
"tsx": "^4.20.0",
"turbo": "^2.3.0",
"typescript": "^5.9.3"
}
}