initial commit (2)

This commit is contained in:
2026-02-07 08:21:46 +01:00
parent a587ed69e6
commit dd6664c070
4 changed files with 509 additions and 8 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "revfulop-calendar",
"version": "1.0.0",
"description": "Family vacation house booking calendar",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"better-sqlite3": "^11.7.0",
"express": "^4.21.0"
}
}