@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.
56 lines • 1.38 kB
JSON
{
"name": "@omnigraph/raml",
"version": "0.109.3",
"sideEffects": false,
"peerDependencies": {
"graphql": "*"
},
"dependencies": {
"@ardatan/raml-1-parser": "1.1.69",
"@graphql-mesh/cross-helpers": "^0.4.10",
"@graphql-mesh/string-interpolation": "0.5.8",
"@graphql-mesh/types": "^0.104.2",
"@graphql-mesh/utils": "^0.104.2",
"@graphql-tools/delegate": "^10.0.28",
"@graphql-tools/utils": "^10.8.0",
"@omnigraph/json-schema": "0.109.3",
"@whatwg-node/fetch": "^0.10.4",
"change-case": "4.1.2",
"json-machete": "^0.97.6",
"to-json-schema": "^0.2.5",
"tslib": "^2.4.0"
},
"repository": {
"type": "git",
"url": "ardatan/graphql-mesh",
"directory": "packages/loaders/raml"
},
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"main": "cjs/index.js",
"module": "esm/index.js",
"typings": "typings/index.d.ts",
"typescript": {
"definition": "typings/index.d.ts"
},
"type": "module",
"exports": {
".": {
"require": {
"types": "./typings/index.d.cts",
"default": "./cjs/index.js"
},
"import": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
},
"default": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
}
},
"./package.json": "./package.json"
}
}