← back to Discontinued Agent
package.json
19 lines
{
"name": "discontinued-agent",
"version": "1.1.0",
"description": "Watches info@ Gmail for vendor 'discontinued' replies to DW sample-follow-up emails; stamps the wallpaper record discontinued and closes the open sample order in FileMaker.",
"type": "module",
"private": true,
"bin": {
"discontinued-agent": "poller.js"
},
"scripts": {
"once": "node poller.js --once",
"start": "node poller.js",
"dry": "node poller.js --once"
},
"engines": {
"node": ">=20"
}
}