package.json
{
"name": "dw-pitch-followup",
"version": "0.4.1",
"private": true,
"type": "module",
"description": "DW client follow-up pitch lists + selection viewer. Read-only over FileMaker (Clients/WALLPAPER/invoice) + George (Gmail thread context). No sends, no Gmail drafts — Steve selects pitches from the viewer.",
"scripts": {
"build": "node scripts/build-lists.js",
"start": "node server.js"
},
"dependencies": {
"express": "^4.22.2"
}
}