13 lines
270 B
JSON
13 lines
270 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"
|
|
}
|
|
} |