@graphql-mesh/soap
Version:
46 lines • 1.16 kB
JSON
{
"name": "@graphql-mesh/soap",
"version": "0.17.24-alpha-20230417124257-a0c015fd7",
"sideEffects": false,
"peerDependencies": {
"@graphql-mesh/store": "^0.9.20",
"@graphql-mesh/types": "0.91.15-alpha-20230417124257-a0c015fd7",
"@graphql-mesh/utils": "^0.43.20",
"@graphql-tools/utils": "^9.2.1",
"graphql": "*",
"tslib": "^2.4.0"
},
"dependencies": {
"@omnigraph/soap": "0.4.23-alpha-20230417124257-a0c015fd7"
},
"repository": {
"type": "git",
"url": "Urigo/graphql-mesh",
"directory": "packages/handlers/soap"
},
"license": "MIT",
"main": "cjs/index.js",
"module": "esm/index.js",
"typings": "typings/index.d.ts",
"typescript": {
"definition": "typings/index.d.ts"
},
"type": "module",
"exports": {
".": {
"require": {
"types": "./typings/index.d.cts",
"default": "./cjs/index.js"
},
"import": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
},
"default": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
}
},
"./package.json": "./package.json"
}
}