UNPKG

577 BJSONView Raw
1{
2 "name": "@graphql-mesh/transform-snapshot",
3 "version": "0.5.12",
4 "sideEffects": false,
5 "peerDependencies": {
6 "graphql": "*"
7 },
8 "dependencies": {
9 "@graphql-mesh/types": "0.13.0",
10 "@graphql-mesh/utils": "0.6.0",
11 "@graphql-tools/resolvers-composition": "6.2.4",
12 "@graphql-tools/schema": "6.2.2",
13 "@graphql-tools/utils": "6.2.2",
14 "fs-extra": "9.0.1",
15 "object-hash": "2.0.3"
16 },
17 "license": "MIT",
18 "main": "index.cjs.js",
19 "module": "index.esm.js",
20 "typings": "index.d.ts",
21 "typescript": {
22 "definition": "index.d.ts"
23 }
24}