UNPKG

@microfocus/alm-octane-js-rest-sdk

Version:

NodeJS wrapper for the OpenText Core Software Delivery Platform API

61 lines (60 loc) 1.73 kB
{ "name": "@microfocus/alm-octane-js-rest-sdk", "version": "25.4.0", "description": "NodeJS wrapper for the OpenText Core Software Delivery Platform API", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "npm run build && cd dist && mocha --recursive", "test-jenkins": "npm run build && cp octane.json dist/ && 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", "sdp", "csdp", "alm", "sdk", "rest" ], "contributors": [ "Stefan Popescu <opopescu@opentext.com>", "Laura Andrada Buzas <lbuzas@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": "^22.15.3", "@types/pluralize": "^0.0.33", "@types/request": "^2.48.8", "@types/tough-cookie": "^4.0.5", "axios-mock-adapter": "2.1.0", "brace-expansion": "^2.0.2", "mocha": "^10.4.0", "mocha-jenkins-reporter": "0.4.8", "typescript": "^5.8.3" }, "dependencies": { "async-mutex": "0.5.0", "axios": "1.9.0", "http-cookie-agent": "^7.0.1", "https-proxy-agent": "^7.0.4", "log4js": "6.9.1", "tough-cookie": "4.1.4" }, "bugs": { "url": "https://github.com/MicroFocus/alm-octane-js-rest-sdk/issues" }, "homepage": "https://github.com/MicroFocus/alm-octane-js-rest-sdk#readme", "directories": { "lib": "lib", "test": "test" } }