← back to Momentum Landing

package.json

16 lines

{
  "name": "momentum-landing",
  "version": "0.1.0",
  "private": true,
  "description": "Internal line viewer for Hollywood Wallcoverings (Momentum private label; INTERNAL dw_unified.momentum_colorways — not on Shopify)",
  "scripts": {
    "build-products": "node scripts/build-products-json.js",
    "start": "node server.js"
  },
  "dependencies": {
    "compression": "^1.8.1",
    "express": "^4.19.2",
    "pg": "^8.11.5"
  }
}