package.json
{
"name": "bubbesblock",
"version": "0.1.0",
"description": "BubbesBlock — Nextdoor-style block community surface for the home-history ecosystem",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node server.js"
},
"dependencies": {
"cookie-parser": "^1.4.6",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"pg": "^8.12.0"
}
}