UNPKG

@graphql-mesh/openapi

Version:
53 lines (52 loc) 1.37 kB
{ "name": "@graphql-mesh/openapi", "version": "1.0.0-alpha-20220804093904-8e2e41f7f", "sideEffects": false, "peerDependencies": { "@graphql-mesh/types": "0.79.0-alpha-20220804093904-8e2e41f7f", "@graphql-mesh/utils": "1.0.0-alpha-20220804093904-8e2e41f7f", "graphql": "*" }, "dependencies": { "@graphql-mesh/cross-helpers": "0.2.0", "@graphql-mesh/store": "1.0.0-alpha-20220804093904-8e2e41f7f", "@graphql-mesh/string-interpolation": "0.3.0", "@graphql-tools/utils": "8.9.0", "@whatwg-node/fetch": "^0.2.7", "deep-equal": "2.0.5", "form-urlencoded": "6.1.0", "graphql-scalars": "1.17.0", "json-pointer": "0.6.2", "jsonpath-plus": "7.0.0", "openapi-diff": "0.23.5", "openapi-types": "12.0.0", "pluralize": "8.0.0", "qs": "6.11.0", "swagger2openapi": "7.0.8", "tslib": "^2.4.0", "url-join": "4.0.1" }, "repository": { "type": "git", "url": "Urigo/graphql-mesh", "directory": "packages/handlers/openapi" }, "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" } }