@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.15 kB
JSON
{
"name": "@omnigraph/raml",
"version": "0.7.27-alpha-20220929214706-1fa5318d7",
"sideEffects": false,
"peerDependencies": {
"graphql": "*"
},
"dependencies": {
"@ardatan/raml-1-parser": "1.1.69",
"@graphql-mesh/cross-helpers": "0.2.6",
"@graphql-mesh/string-interpolation": "0.3.2",
"@graphql-mesh/utils": "0.41.18-alpha-20220929214706-1fa5318d7",
"@graphql-tools/utils": "8.12.0",
"@omnigraph/json-schema": "0.35.5-alpha-20220929214706-1fa5318d7",
"@whatwg-node/fetch": "^0.4.6",
"change-case": "4.1.2",
"json-machete": "0.15.5-alpha-20220929214706-1fa5318d7",
"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"
}
}