16 lines
345 B
JSON
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"
|
|
}
|
|
}
|