UNPKG

@omnigraph/openapi

Version:
43 lines (42 loc) 1.01 kB
{ "name": "@omnigraph/openapi", "version": "0.9.0-alpha-20220816170521-a12c71056", "sideEffects": false, "peerDependencies": { "graphql": "*" }, "dependencies": { "@graphql-mesh/cross-helpers": "0.2.2", "@graphql-mesh/string-interpolation": "0.3.1", "@graphql-mesh/types": "0.78.8", "@graphql-mesh/utils": "0.37.9", "@omnigraph/json-schema": "0.27.0-alpha-20220816170521-a12c71056", "change-case": "4.1.2", "json-machete": "0.11.2", "openapi-types": "12.0.0", "tslib": "^2.4.0" }, "repository": { "type": "git", "url": "Urigo/graphql-mesh", "directory": "packages/loaders/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" } }