UNPKG

another-soap

Version:

another-soap ======= another-soap is another soap package for node js.

58 lines (57 loc) 1.36 kB
{ "name": "another-soap", "version": "0.0.6", "description": "", "main": "./dist/index.js", "types": "./dist/index.d.ts", "keywords": [ "soap", "soap-service", "xml", "xml2json", "xml parser", "xml-parser", "node-soap", "node soap", "soap service", "another-soap" ], "scripts": { "dev": "ts-node src/index.ts", "test": "mocha -r ts-node/register test/**/*.spec.ts", "build": "tsc --project tsconfig.json", "lint": "eslint src/**" }, "dependencies": { "another-xml2json": "0.0.3", "axios": "^0.21.0", "reflect-metadata": "^0.1.13" }, "devDependencies": { "@babel/core": "^7.12.9", "@types/expect": "^24.3.0", "@types/mocha": "^8.0.4", "@types/node": "^14.14.10", "@types/should": "^13.0.0", "babel-eslint": "^10.1.0", "core-js": "^3.8.0", "eslint": "^7.14.0", "mocha": "^8.2.1", "should": "^13.2.3", "ts-node": "^9.1.0", "typescript": "^3.9.7" }, "repository": { "type": "git", "url": "git+https://github.com/stonychen/another-soap.git" }, "author": "Stony Chen", "license": "MIT", "bugs": { "url": "https://github.com/stonychen/another-soap/issues" }, "homepage": "https://github.com/stonychen/another-soap#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" } }