package.json
{
"name": "bleachresistantfabrics",
"version": "0.1.0",
"description": "Bleach Resistant Fabrics — hospitality + healthcare contract fabrics rated for bleach cleanup. DW family vertical.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"dotenv": "^17.4.2",
"express": "^4.21.0",
"helmet": "^8.1.0",
"pg": "^8.13.1"
}
}