{ "name": "tetrig", "version": "0.1.0", "description": "TETRIG — real-time competitive block stacker (client + Cloudflare Workers server)", "type": "module", "scripts": { "test": "node --test", "build": "node build.js", "serve": "node build.js && node -e \"const h=require('http'),f=require('fs');h.createServer((q,s)=>{const p=q.url==='/'?'/index.html':q.url;try{s.end(f.readFileSync('.'+p))}catch(e){s.statusCode=404;s.end('404')}}).listen(8787,()=>console.log('http://localhost:8787'))\"" }, "license": "UNLICENSED", "private": true }