{
  "name": "strong-soap",
  "version": "5.0.9",
  "description": "A minimal node SOAP client",
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@cypress/request": "^3.0.10",
    "compress": "^0.99.0",
    "debug": "^4.4.3",
    "httpntlm": "^1.8.13",
    "lodash": "^4.18.1",
    "node-rsa": "^1.1.1",
    "sax": "^1.6.0",
    "selectn": "^1.3.0",
    "strong-globalize": "^6.0.6",
    "uuid": "^11.1.0",
    "xml-crypto": "^3.2.1",
    "xmlbuilder": "^10.1.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/loopbackio/strong-soap.git"
  },
  "main": "./index.js",
  "directories": {
    "lib": "./lib"
  },
  "scripts": {
    "_postinstall": "husky install",
    "build": "babel src --source-maps --out-dir=lib",
    "prepublishOnly": "pinst --disable && npm run build",
    "postpublish": "pinst --enable",
    "toc": "doctoc Readme.md --github --maxlevel 3",
    "_pretest": "jshint index.js lib test",
    "test": "nyc --reporter=lcov mocha --exit --timeout 60000 test/*-test.js test/security/*.js"
  },
  "keywords": [
    "soap"
  ],
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "^7.28.6",
    "@babel/core": "^7.29.0",
    "@babel/preset-env": "^7.29.2",
    "@commitlint/cli": "^20.5.0",
    "@commitlint/config-conventional": "^20.5.0",
    "async": "^3.2.6",
    "colors": "^1.4.0",
    "diff": "^8.0.4",
    "doctoc": "^2.4.0",
    "duplexer": "^0.1.2",
    "eslint": "^9.39.4",
    "eslint-config-google": "^0.14.0",
    "express": "^5.2.1",
    "express-ntlm": "2.7.0",
    "glob": "^13.0.6",
    "husky": "^9.1.7",
    "jshint": "^2.13.6",
    "mocha": "^11.7.5",
    "nyc": "^18.0.0",
    "pinst": "^3.0.0",
    "readable-stream": "^4.7.0",
    "semver": "^7.7.4",
    "should": "^13.2.3",
    "timekeeper": "^2.3.1"
  },
  "author": "IBM Corp. and LoopBack contributors"
}
