@graphql-mesh/transform-cache
Version:
43 lines (42 loc) • 1.08 kB
JSON
{
"name": "@graphql-mesh/transform-cache",
"version": "1.0.0-alpha-20220804093904-8e2e41f7f",
"sideEffects": false,
"peerDependencies": {
"@graphql-mesh/types": "0.79.0-alpha-20220804093904-8e2e41f7f",
"@graphql-mesh/utils": "1.0.0-alpha-20220804093904-8e2e41f7f",
"graphql": "*"
},
"dependencies": {
"@graphql-mesh/cross-helpers": "0.2.0",
"@graphql-mesh/string-interpolation": "0.3.0",
"@graphql-tools/resolvers-composition": "6.5.1",
"@graphql-tools/schema": "8.5.1",
"@graphql-tools/utils": "8.9.0",
"dayjs": "1.11.4",
"tslib": "^2.4.0"
},
"repository": {
"type": "git",
"url": "Urigo/graphql-mesh",
"directory": "packages/transforms/cache"
},
"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"
}
}