UNPKG

540 BJSONView Raw
1{
2 "name": "@graphql-mesh/transform-filter-schema",
3 "version": "0.8.6",
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 "@graphql-tools/delegate": "7.0.7",
12 "@graphql-tools/utils": "7.1.5",
13 "@graphql-tools/wrap": "7.0.4",
14 "micromatch": "4.0.2"
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}