UNPKG

613 BJSONView Raw
1{
2 "name": "@graphql-mesh/json-schema",
3 "version": "0.1.7",
4 "peerDependencies": {
5 "graphql": "*"
6 },
7 "dependencies": {
8 "@graphql-mesh/types": "0.1.7",
9 "@graphql-mesh/utils": "0.1.7",
10 "aggregate-error": "3.0.1",
11 "fetchache": "0.0.3",
12 "graphql-scalars": "1.1.0",
13 "pascal-case": "3.1.1",
14 "url-join": "4.0.1"
15 },
16 "license": "MIT",
17 "main": "index.cjs.js",
18 "module": "index.esm.js",
19 "typings": "index.d.ts",
20 "typescript": {
21 "definition": "index.d.ts"
22 },
23 "devDependencies": {
24 "@types/url-join": "4.0.0"
25 },
26 "publishConfig": {
27 "access": "public"
28 }
29}
\No newline at end of file