{
  "name": "soap-improved",
  "version": "1.0.1",
  "description": "A minimal node SOAP client",
  "engines": {
    "node": ">=14.0.0"
  },
  "author": "Vinay Pulim <v@pulim.com>",
  "contributors": [
    "Jose Miguel Fernandez <josemiguel.fernandez@nextdigital.es>"
  ],
  "dependencies": {
    "axios-ntlm": "1.4.1",
    "debug": "4.3.4",
    "formidable": "3.5.0",
    "get-stream": "7.0.0",
    "lodash": "4.17.21",
    "sax": "0.6",
    "strip-bom": "3.0.0",
    "uuid": "9.0.0",
    "whatwg-mimetype": "3.0.0",
    "xml-crypto": "3.1.0"
  },
  "peerDependencies": {
    "axios": "1.4.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/josemi-next/node-soap"
  },
  "main": "./index.js",
  "types": "./lib/soap.d.ts",
  "directories": {
    "lib": "./lib",
    "test": "./test"
  },
  "scripts": {
    "prepare": "npm run build",
    "build": "tsc -p .",
    "clean": "rm -rf lib",
    "watch": "tsc -w -p .",
    "lint": "tslint -p tsconfig.json",
    "toc": "./node_modules/.bin/doctoc Readme.md --github --maxlevel 3",
    "cover": "nyc --extension=.ts --reporter=lcov --reporter=html --reporter=text mocha --timeout 15000 --exit test/*-test.js test/security/*.js",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js -v",
    "docs": "typedoc --out docs",
    "test": "mocha --timeout 15000 --bail --exit test/*-test.js test/security/*.js"
  },
  "keywords": [
    "soap"
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/axios": "0.14.0",
    "@types/debug": "4.1.8",
    "@types/express": "4.17.17",
    "@types/formidable": "2.0.6",
    "@types/lodash": "4.14.195",
    "@types/node": "20.3.2",
    "@types/request": "2.48.8",
    "@types/sax": "1.2.4",
    "@types/uuid": "9.0.2",
    "@types/whatwg-mimetype": "3.0.0",
    "body-parser": "1.20.2",
    "colors": "1.4.0",
    "coveralls": "3.1.1",
    "diff": "4.0.1",
    "doctoc": "2.2.1",
    "duplexer": "~0.1.1",
    "express": "4.18.2",
    "finalhandler": "1.2.0",
    "glob": "7.1.7",
    "jshint": "2.13.6",
    "mocha": "6.1.4",
    "nyc": "14.1.1",
    "readable-stream": "~2.0.2",
    "semver": "5.6.0",
    "serve-static": "1.15.0",
    "should": "13.2.3",
    "sinon": "1.17.7",
    "source-map-support": "0.5.21",
    "timekeeper": "2.2.0",
    "tslint": "5.18.0",
    "typedoc": "0.24.8",
    "typescript": "4.7.4"
  }
}
