← back to Astek Landing

package.json

18 lines

{
  "name": "astek-landing",
  "version": "0.2.1",
  "private": true,
  "description": "Editorial vendor landing for Astek (INTERNAL dw_unified data — not on Shopify)",
  "scripts": {
    "scrape": "node scripts/scrape-astek.js",
    "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",
    "playwright": "^1.61.1"
  }
}