UNPKG

easy-soap-request

Version:

A small library to make SOAP requests easier

52 lines (51 loc) 1.51 kB
{ "name": "easy-soap-request", "version": "5.7.0", "description": "A small library to make SOAP requests easier", "main": "index.js", "scripts": { "bundle": "webpack --config ./webpack.config.js", "clean": "rm -rf node_modules/", "coverage": "export NODE_ENV=test; nyc report --reporter=text-lcov | coveralls", "lint": "eslint .", "lint-fix": "eslint . --fix", "serve": "npm run bundle && webpack-dev-server --config ./webpack.config.js", "test": "nyc mocha **/*test.js", "test-deno": "docker run --rm -it -v $PWD:/tmp -w /tmp hayd/alpine-deno test --unstable --allow-read --allow-net test/*.d.js" }, "repository": { "type": "git", "url": "git+https://github.com/circa10a/easy-soap-request.git" }, "keywords": [ "soap", "http", "axios", "xml", "wsdl" ], "author": "Caleb Lemoine", "license": "MIT", "bugs": { "url": "https://github.com/circa10a/easy-soap-request/issues" }, "homepage": "https://github.com/circa10a/easy-soap-request#readme", "dependencies": { "axios": "^1.8.4" }, "devDependencies": { "chai": "^4.3.10", "coveralls": "^3.1.1", "eslint": "^8.56.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-chai-friendly": "^0.7.4", "eslint-plugin-import": "^2.29.1", "eslint-plugin-mocha": "^10.2.0", "mocha": "^10.2.0", "nock": "^13.5.1", "nyc": "^15.1.0", "webpack": "^5.90.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.2.2" } }