the home site for me: also iteration 3 or 4 of my site

chore: add package json back

Changed files
+15
tools
tools/bun.lockb

This is a binary file and will not be displayed.

+15
tools/package.json
···
+
{
+
"name": "zera",
+
"module": "index.ts",
+
"type": "module",
+
"scripts": {
+
"gen": "bun run tools/genOG.ts"
+
},
+
"devDependencies": {
+
"@types/bun": "latest",
+
"puppeteer": "^23.6.0"
+
},
+
"peerDependencies": {
+
"typescript": "^5.0.0"
+
}
+
}