servchan/package.json
jmcqueen 6ecdf6ee69 Add NTE floor on WO open and refine close-out digest rules.
Raise NTE to $400 when a new WO space opens, align /createWO defaults with SC_WO_OPEN_MIN_NTE, limit the daily digest to all non-invoiced COMPLETED WOs, and add unit tests.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-27 10:57:42 -04:00

31 lines
827 B
JSON

{
"name": "servchan",
"version": "1.0.0",
"description": "Service Channel + Webex Bot",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "node --watch index.js",
"start": "node index.js",
"lint": "echo \"No linter configured\"",
"test": "node --test tests/**/*.test.js",
"test:collab": "node scripts/smoke-collab-support.js"
},
"dependencies": {
"async-mutex": "^0.5.0",
"axios": "^1.13.2",
"body-parser": "^2.2.2",
"crypto": "^1.0.1",
"csv-parser": "^3.2.0",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"formdata-node": "^6.0.3",
"graphql-request": "^7.4.0",
"heic-convert": "^2.1.0",
"json2csv": "^6.0.0-alpha.2",
"node-cron": "^4.2.1",
"p-limit": "^7.3.0",
"sqlite3": "^5.1.7",
"webex-node-bot-framework": "^2.5.1"
}
}