@graphql-mesh/plugin-live-query
Version:
41 lines (40 loc) • 983 B
JSON
{
"name": "@graphql-mesh/plugin-live-query",
"version": "1.0.0-alpha-20220804093904-8e2e41f7f",
"sideEffects": false,
"peerDependencies": {
"@graphql-mesh/types": "0.79.0-alpha-20220804093904-8e2e41f7f",
"graphql": "*"
},
"dependencies": {
"@envelop/core": "^2.3.2",
"@envelop/live-query": "4.0.0",
"@graphql-mesh/cross-helpers": "0.2.0",
"@graphql-mesh/string-interpolation": "0.3.0",
"@n1ru4l/in-memory-live-query-store": "0.10.0",
"tslib": "^2.4.0"
},
"repository": {
"type": "git",
"url": "Urigo/graphql-mesh",
"directory": "packages/plugins/live-query"
},
"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"
}
}