package.json
{
"name": "reidwitlin-landing",
"version": "0.2.3",
"private": true,
"description": "Editorial vendor landing for Reid Witlin — a Designer Wallcoverings private label (INTERNAL dw_unified.rwltd_catalog — not on Shopify)",
"scripts": {
"build-data": "node scripts/build-rwltd-data.js",
"start": "node server.js"
},
"dependencies": {
"dotenv": "^17.4.2",
"express": "^4.19.2",
"pg": "^8.22.0"
}
}