@graphql-mesh/transform-snapshot
Version:
42 lines (41 loc) • 950 B
JSON
{
"name": "@graphql-mesh/transform-snapshot",
"version": "0.14.65",
"sideEffects": false,
"peerDependencies": {
"graphql": "*"
},
"dependencies": {
"@graphql-mesh/cross-helpers": "0.2.6",
"@graphql-mesh/types": "0.84.8",
"@graphql-mesh/utils": "0.41.19",
"@graphql-tools/resolvers-composition": "6.5.6",
"@graphql-tools/schema": "9.0.4",
"@graphql-tools/utils": "8.12.0",
"object-hash": "3.0.0",
"tslib": "^2.4.0"
},
"repository": {
"type": "git",
"url": "Urigo/graphql-mesh",
"directory": "packages/transforms/snapshot"
},
"license": "MIT",
"main": "index.js",
"module": "index.mjs",
"typings": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
},
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs"
},
"./*": {
"require": "./*.js",
"import": "./*.mjs"
},
"./package.json": "./package.json"
}
}