chatops-knight-js
Version:
A node.js module to interact with the Kyndryl ChatOps Knight API.
45 lines (44 loc) • 1.41 kB
JSON
{
"name": "chatops-knight-js",
"version": "0.1.2",
"description": "A node.js module to interact with the Kyndryl ChatOps Knight API.",
"main": "Knight.js",
"scripts": {
"utest:health": "bash -c 'source tests/process.env && node tests/unit/health-check-test.js'",
"utest:initiate:ticket": "bash -c 'source tests/process.env && node tests/unit/initiate-ticket-test.js'",
"utest:post:message": "bash -c 'source tests/process.env && node tests/unit/post-message-test.js'",
"utest:update:ticket": "bash -c 'source tests/process.env && node tests/unit/update-ticket-test.js'",
"utest:send:message": "bash -c 'source tests/process.env && node tests/unit/send-message-test.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rod4n4m1/chatops-knight-js"
},
"keywords": [
"kyndryl",
"nodejs",
"promises",
"api",
"async",
"chatops",
"knight"
],
"author": "Rod Anami <rod.anami@kyndryl.com> (https://github.com/rod4n4m1)",
"contributors": [],
"license": "EPL-2.0",
"bugs": {
"url": "https://github.com/rod4n4m1/chatops-knight-js/issues"
},
"homepage": "https://github.com/rod4n4m1/chatops-knight-js#readme",
"dependencies": {
"axios": ">=0.24.0",
"jwt-simple": "^0.5.6",
"moment": "^2.29.1"
},
"devDependencies": {
"jest": "^27.0.4"
},
"jest": {
"testEnvironment": "node"
}
}