newman-reporter-aiotests
Version:
Newman Custom reporter to report results to AIO Tests - Jira
27 lines (26 loc) • 579 B
JSON
{
"name": "newman-reporter-aiotests",
"version": "1.3.0",
"description": "Newman Custom reporter to report results to AIO Tests - Jira",
"main": "index.js",
"keywords": [
"aiotests",
"newman",
"reporter",
"jira"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/aiotests/newman-reporter-aiotests.git"
},
"author": "Navarambh Software",
"license": "MIT",
"dependencies": {
"axios": "^1.6.2",
"chalk": "^4.1.2",
"form-data": "^4.0.0"
}
}