@microfocus/alm-octane-js-rest-sdk
Version:
NodeJS wrapper for the Open Text ALM Octane API
76 lines (75 loc) • 2.11 kB
JSON
{
"name": "@microfocus/alm-octane-js-rest-sdk",
"version": "25.1.0",
"description": "NodeJS wrapper for the Open Text ALM Octane API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc && npm run copy-files",
"copy-files": "copyfiles routes/* octane.json ./dist/",
"test": "npm run build && cd dist && mocha --recursive",
"test-jenkins": "npm run build && cd dist && set JUNIT_REPORT_PATH=report.xml && set NODE_ENV=test && mocha --recursive --colors --reporter mocha-jenkins-reporter"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MicroFocus/alm-octane-js-rest-sdk.git"
},
"keywords": [
"octane",
"opentext",
"alm",
"sdk",
"rest"
],
"contributors": [
"Spencer Bruce <sbruce@opentext.com>",
"Laura Andrada Buzas <lbuzas@opentext.com>",
"Silviu-Constantin Anton <santon@opentext.com>"
],
"license": "Apache-2.0",
"devDependencies": {
"@types/http-errors": "^2.0.4",
"@types/jest": "^29.5.12",
"@types/mocha": "^10.0.6",
"@types/node": "^18.11.0",
"@types/pluralize": "^0.0.33",
"@types/request": "^2.48.8",
"@types/tough-cookie": "^4.0.5",
"apidoc": "^1.2.0",
"axios-mock-adapter": "1.22.0",
"copyfiles": "^2.4.1",
"jsdoc": "4.0.3",
"mocha": "10.4.0",
"mocha-jenkins-reporter": "0.4.8",
"typescript": "^5.4.5"
},
"dependencies": {
"async-mutex": "0.5.0",
"axios": "1.7.9",
"command-line-args": "5.2.1",
"debug": "4.3.5",
"http-cookie-agent": "^6.0.5",
"http-errors": "2.0.0",
"https-proxy-agent": "^7.0.4",
"log4js": "6.9.1",
"pluralize": "8.0.0",
"request": "^2.88.2",
"tough-cookie": "4.1.4"
},
"apidoc": {
"title": "node-octane",
"name": "node-octane",
"template": {
"withCompare": false
}
},
"bugs": {
"url": "https://github.com/MicroFocus/alm-octane-js-rest-sdk/issues"
},
"homepage": "https://github.com/MicroFocus/alm-octane-js-rest-sdk#readme",
"directories": {
"doc": "doc",
"lib": "lib",
"test": "test"
}
}