UNPKG

678 BJSONView Raw
1{
2 "name": "@graphql-mesh/openapi",
3 "version": "0.11.0",
4 "sideEffects": false,
5 "peerDependencies": {
6 "graphql": "*"
7 },
8 "dependencies": {
9 "@graphql-mesh/types": "0.23.1",
10 "@graphql-mesh/utils": "0.8.1",
11 "deep-equal": "2.0.5",
12 "fetchache": "0.0.4",
13 "form-urlencoded": "4.2.1",
14 "graphql-scalars": "1.6.1",
15 "graphql-subscriptions": "1.1.0",
16 "json-ptr": "2.0.0",
17 "jsonpath-plus": "4.0.0",
18 "pluralize": "8.0.0",
19 "swagger2openapi": "7.0.4",
20 "url-join": "4.0.1"
21 },
22 "license": "MIT",
23 "main": "index.cjs.js",
24 "module": "index.esm.js",
25 "typings": "index.d.ts",
26 "typescript": {
27 "definition": "index.d.ts"
28 }
29}