{
  "name": "@omnigraph/soap",
  "version": "0.4.23-alpha-20230417124257-a0c015fd7",
  "sideEffects": false,
  "peerDependencies": {
    "@graphql-mesh/types": "0.91.15-alpha-20230417124257-a0c015fd7",
    "@graphql-mesh/utils": "^0.43.20",
    "@graphql-tools/utils": "^9.2.1",
    "graphql": "*"
  },
  "dependencies": {
    "fast-xml-parser": "4.2.0",
    "graphql-compose": "9.0.10",
    "graphql-scalars": "^1.20.4"
  },
  "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"
  }
}