@graphql-mesh/transform-cache
Version:
43 lines (42 loc) • 1.08 kB
JSON
{
"name": "@graphql-mesh/transform-cache",
"version": "0.12.53-alpha-20220929214706-1fa5318d7",
"sideEffects": false,
"peerDependencies": {
"graphql": "*"
},
"dependencies": {
"@graphql-mesh/cross-helpers": "0.2.6",
"@graphql-mesh/string-interpolation": "0.3.2",
"@graphql-mesh/types": "0.84.7-alpha-20220929214706-1fa5318d7",
"@graphql-mesh/utils": "0.41.18-alpha-20220929214706-1fa5318d7",
"@graphql-tools/resolvers-composition": "6.5.6",
"@graphql-tools/schema": "9.0.4",
"@graphql-tools/utils": "8.12.0",
"dayjs": "1.11.5",
"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"
}
}