UNPKG

@omnigraph/raml

Version:

This package generates `GraphQLSchema` instance from **RAML API Document** (`.raml`) file located at a URL or FileSystem by resolving the JSON Schema dependencies. It uses `@omnigraph/json-schema` by generating the necessary configuration.

45 lines (44 loc) 1.14 kB
{ "name": "@omnigraph/raml", "version": "1.0.0-alpha-20220804093904-8e2e41f7f", "sideEffects": false, "peerDependencies": { "@graphql-mesh/utils": "1.0.0-alpha-20220804093904-8e2e41f7f", "graphql": "*" }, "dependencies": { "@ardatan/raml-1-parser": "1.1.69", "@graphql-mesh/cross-helpers": "0.2.0", "@graphql-mesh/string-interpolation": "0.3.0", "@graphql-tools/utils": "8.9.0", "@omnigraph/json-schema": "1.0.0-alpha-20220804093904-8e2e41f7f", "@whatwg-node/fetch": "^0.2.7", "change-case": "4.1.2", "json-machete": "1.0.0-alpha-20220804093904-8e2e41f7f", "to-json-schema": "0.2.5", "tslib": "^2.4.0" }, "repository": { "type": "git", "url": "Urigo/graphql-mesh", "directory": "packages/loaders/raml" }, "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" } }