servchan/package.json
jmcqueen c2e98d105e Initial commit: ServChan Webex bot for ServiceChannel work orders.
ServiceChannel webhook processor, proposal approval cards, attachment auto-post,
CollabSupport commands, and Docker deployment configuration.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-24 15:12:08 -04:00

31 lines
825 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": "echo \"No tests configured\"",
"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"
}
}