Files
roast_command_center/package.json
T
snowspeeder 59645e59b5 Add green-bean inventory and cupping features
Ports inventory management and SCA-style cupping scoring from
hope_roaster: lot tracking with audit-logged consumption, cupping
sessions with server-authoritative scoring and a live radar chart,
and links from the planner (draw-from-lot, open-cupping-session).

Also fixes the Blend/Single-origin toggle layout, replaces tooltips
with an in-context "why" teaching layer, and stages the planner UI
into pre-roast vs. post-roast phases.
2026-07-30 14:47:15 -04:00

24 lines
599 B
JSON

{
"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",
"test": "node --test"
},
"dependencies": {
"@earendil-works/pi-coding-agent": "^0.83.0",
"bcryptjs": "^3.0.3",
"express": "^5.0.1",
"nodemailer": "^9.0.3",
"pg": "^8.22.0"
},
"devDependencies": {
"pg-mem": "^3.0.14",
"supertest": "^7.2.2"
}
}