Files
feedc0de edacc21bea
Publish and deploy birthday invitation / Check JavaScript (push) Successful in 10s
Publish and deploy birthday invitation / Build and push (push) Successful in 34s
Publish and deploy birthday invitation / Deploy to Kubernetes (push) Failing after 12s
import existing sources & deployment
2026-09-08 18:30:41 +02:00

16 lines
345 B
JSON

{
"name": "vicky-daniel-rsvp",
"version": "1.0.0",
"private": true,
"description": "Responsive invitation and token-based RSVP page",
"scripts": {
"start": "node server.js",
"dev": "node --watch server.js",
"invite": "node scripts/create-invite.js",
"test": "node --test"
},
"engines": {
"node": ">=22.5"
}
}