the home site for me: also iteration 3 or 4 of my site
at main 541 B view raw
1{ 2 "name": "zera", 3 "type": "module", 4 "scripts": { 5 "dev": "bun run scripts/dev.ts", 6 "serve": "bun run scripts/dev.ts", 7 "build": "rm -rf .zola-build && bun run scripts/build.ts", 8 "preprocess": "bun run scripts/preprocess.ts", 9 "gen-og": "bun run scripts/genOG.ts" 10 }, 11 "dependencies": { 12 "@types/cli-progress": "^3.11.6", 13 "cli-progress": "^3.12.0", 14 "dotenv": "^16.4.7", 15 "glob": "^13.0.0", 16 "sharp": "^0.34.5" 17 }, 18 "devDependencies": { 19 "@types/bun": "latest", 20 "puppeteer": "^23.6.0" 21 } 22} 23