UNPKG

486 BJSONView Raw
1{
2 "name": "@graphql-mesh/transform-mock",
3 "version": "0.6.2",
4 "sideEffects": false,
5 "peerDependencies": {
6 "graphql": "*"
7 },
8 "dependencies": {
9 "@graphql-mesh/types": "0.21.0",
10 "@graphql-mesh/utils": "0.8.0",
11 "@graphql-tools/mock": "7.0.0",
12 "@graphql-tools/utils": "7.1.4",
13 "faker": "5.1.0"
14 },
15 "license": "MIT",
16 "main": "index.cjs.js",
17 "module": "index.esm.js",
18 "typings": "index.d.ts",
19 "typescript": {
20 "definition": "index.d.ts"
21 }
22}