{
  "name": "4d-scraper-web-ui",
  "version": "1.0.0",
  "description": "A Node.js web interface for scraping 4D lottery results from Singapore Pools.",
  "main": "app.js",
  "scripts": {
    "start": "node app.js",
    "scrape": "node scraper.js"
  },
  "author": "Your Name",
  "license": "MIT",
  "dependencies": {
    "express": "^4.18.2",
    "puppeteer": "^21.3.8"
  }
}
