{ "name": "thomas-lawson-catalog", "version": "1.0.0", "private": true, "type": "module", "description": "Structured data model and scraper for Thomas Lawson artworks", "scripts": { "scrape": "node scrape.mjs", "validate": "node validate.mjs", "enrich": "node enrich.mjs", "build": "node build-html.mjs", "serve": "node build-html.mjs && npx serve dist -l 3333" }, "dependencies": { "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "cheerio": "^1.0.0", "nanoid": "^5.1.5" } }