← back to Vintage Wallpaper Archive

package.json

15 lines

{
  "name": "vintage-wallpaper-archive",
  "version": "0.1.0",
  "private": true,
  "description": "Internal-only ingest of vintagewallpaperarchive.com (Hannah's Treasures) into a separate PG db. No public site, no Shopify push.",
  "scripts": {
    "ingest": "node scripts/ingest.js",
    "ingest:dry": "DRY_RUN=1 node scripts/ingest.js"
  },
  "dependencies": {
    "pg": "^8.13.1",
    "dotenv": "^16.4.7"
  }
}