{ "name": "roast-planner-webapp", "version": "0.1.0", "private": true, "type": "module", "description": "Fillable web version of the manual roast plan worksheet, with URL prefill and .alog reference curves.", "scripts": { "start": "node server/index.js", "dev": "node --watch server/index.js" }, "dependencies": { "express": "^5.0.1", "@earendil-works/pi-coding-agent": "^0.82.1" } }