Monorepo for Aesthetic.Computer
aesthetic.computer
1{
2 "name": "thomas-lawson-catalog",
3 "version": "1.0.0",
4 "private": true,
5 "type": "module",
6 "description": "Structured data model and scraper for Thomas Lawson artworks",
7 "scripts": {
8 "scrape": "node scrape.mjs",
9 "validate": "node validate.mjs",
10 "enrich": "node enrich.mjs",
11 "build": "node build-html.mjs",
12 "serve": "node build-html.mjs && npx serve dist -l 3333"
13 },
14 "dependencies": {
15 "ajv": "^8.17.1",
16 "ajv-formats": "^3.0.1",
17 "cheerio": "^1.0.0",
18 "nanoid": "^5.1.5"
19 }
20}