1 | {
|
2 | "name": "@graphql-mesh/transform-prefix",
|
3 | "version": "0.5.10",
|
4 | "sideEffects": false,
|
5 | "peerDependencies": {
|
6 | "graphql": "*"
|
7 | },
|
8 | "dependencies": {
|
9 | "@graphql-mesh/types": "0.12.0",
|
10 | "@graphql-tools/utils": "6.2.2",
|
11 | "@graphql-tools/wrap": "6.2.3"
|
12 | },
|
13 | "license": "MIT",
|
14 | "main": "index.cjs.js",
|
15 | "module": "index.esm.js",
|
16 | "typings": "index.d.ts",
|
17 | "typescript": {
|
18 | "definition": "index.d.ts"
|
19 | }
|
20 | }
|