Files
revfulop-calendar/public/package.json
T
2026-02-07 07:11:29 +00:00

14 lines
271 B
JSON

{
"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"
}
}