@graphql-mesh/odata
Version:
51 lines (50 loc) • 1.36 kB
JSON
{
"name": "@graphql-mesh/odata",
"version": "0.20.19-alpha-20220929214706-1fa5318d7",
"sideEffects": false,
"peerDependencies": {
"graphql": "*"
},
"dependencies": {
"@graphql-mesh/cross-helpers": "0.2.6",
"@graphql-mesh/store": "0.8.51-alpha-20220929214706-1fa5318d7",
"@graphql-mesh/string-interpolation": "0.3.2",
"@graphql-mesh/types": "0.84.7-alpha-20220929214706-1fa5318d7",
"@graphql-mesh/utils": "0.41.18-alpha-20220929214706-1fa5318d7",
"@graphql-tools/delegate": "9.0.8",
"@graphql-tools/utils": "8.12.0",
"@whatwg-node/fetch": "^0.4.6",
"dataloader": "2.1.0",
"fast-xml-parser": "4.0.10",
"graphql-compose": "9.0.9",
"graphql-parse-resolve-info": "4.12.3",
"graphql-scalars": "1.18.0",
"http-string-parser": "0.0.6",
"pascal-case": "3.1.2",
"tslib": "^2.4.0",
"url-join": "5.0.0"
},
"repository": {
"type": "git",
"url": "Urigo/graphql-mesh",
"directory": "packages/handlers/odata"
},
"license": "MIT",
"main": "index.js",
"module": "index.mjs",
"typings": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
},
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs"
},
"./*": {
"require": "./*.js",
"import": "./*.mjs"
},
"./package.json": "./package.json"
}
}