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>
21 lines
423 B
JSON
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"
|
|
}
|
|
}
|