surfactant
Version:
Generate soap client interface from wsdl
39 lines (38 loc) • 780 B
JSON
{
"name": "surfactant",
"description": "Generate soap client interface from wsdl",
"keywords": [
"soap",
"soap-client",
"codegen",
"interface",
"typescript"
],
"version": "0.2.5",
"author": "iketiunn",
"repository": {
"type": "git",
"url": "https://github.com/iketiunn/surfactant.git"
},
"license": "MIT",
"scripts": {
"prepublish": "npm run build",
"build": "tsc",
"lint": "tslint"
},
"bin": {
"surfactant": "dist/cli.js"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"soap": "^0.42.0"
},
"devDependencies": {
"@types/node": "^12.12.8",
"@types/sax": "^1.2.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.1.2"
}
}