{
  "name": "@microfocus/alm-octane-js-rest-sdk",
  "version": "26.2.1",
  "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.5",
    "@types/jest": "^30.0.0",
    "@types/mocha": "^10.0.10",
    "@types/node": "^25.9.3",
    "@types/pluralize": "^0.0.33",
    "@types/request": "^2.48.13",
    "@types/tough-cookie": "^4.0.5",
    "axios-mock-adapter": "2.1.0",
    "brace-expansion": "^5.0.6",
    "mocha": "^10.8.2",
    "mocha-jenkins-reporter": "0.4.8",
    "typescript": "^6.0.3"
  },
  "dependencies": {
    "async-mutex": "0.5.0",
    "axios": "1.18.0",
    "http-cookie-agent": "^8.0.0",
    "https-proxy-agent": "^9.1.0",
    "log4js": "6.9.1",
    "tough-cookie": "^6.0.1"
  },
  "overrides": {
    "serialize-javascript": "7.0.5",
    "diff": "^4.0.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"
  }
}
