UNPKG

soap-graphql

Version:

Create a GraphQL schema from a WSDL-defined SOAP endpoint.

45 lines (44 loc) 1.14 kB
{ "name": "soap-graphql", "version": "1.1.0", "description": "Create a GraphQL schema from a WSDL-defined SOAP endpoint.", "author": "sevenclev", "license": "ISC", "keywords": [ "soap", "graphql", "node-soap" ], "repository": { "type": "git", "url": "https://github.com/sevenclev/node-soap-graphql.git" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "test": "mocha --opts ./spec/mocha.opts", "test-private": "mocha --opts ./spec/private/mocha.opts", "tsc": "tsc --project ./tsconfig.build.json", "build": "npm run-script tsc", "prepublishOnly": "", "postpublish": "" }, "dependencies": { "graphql-iso-date": "~3.3.0" }, "peerDependencies": { "graphql": "~0.10.0 | ~0.11.0 | ~0.12.0", "soap": "~0.43.0" }, "devDependencies": { "@types/graphql": "~0.12.3", "@types/node": "^8.0.0", "chai": "^4.1.2", "chai-as-promised": "^7.1.1", "graphql": "~0.12.0", "mocha": "^4.0.1", "soap": "^0.43.0", "ts-node": "~4.1.0", "typescript": "~2.6.2" } }