jiraCloud/package.json
jmcqueen efc64a227c Add Webex inbound OAuth flow and room-to-Jira job request pipeline.
Introduces integration-based webhook registration, message parsing, dry-run
monitoring, JSM ticket creation, and OAuth token refresh for DC Ops spaces.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-28 08:27:52 -04:00

21 lines
423 B
JSON

{
"name": "aeorequests",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node --test test/*.test.js"
},
"type": "module",
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"body-parser": "^2.2.0",
"dotenv": "^17.4.2",
"express": "^5.1.0",
"jira.js": "^5.3.0",
"node-cron": "^4.2.1",
"node-fetch": "^3.3.2"
}
}