UNPKG

806 BJSONView Raw
1{
2 "name": "@n1ru4l/in-memory-live-query-store",
3 "version": "0.6.0",
4 "peerDependencies": {
5 "graphql": "^15.4.0"
6 },
7 "dependencies": {
8 "@graphql-tools/wrap": "^7.0.3",
9 "@n1ru4l/graphql-live-query": "0.7.1",
10 "@n1ru4l/push-pull-async-iterable-iterator": "^2.0.0"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/n1ru4l/graphql-live-queries.git",
15 "directory": "packages/in-memory-live-query-store"
16 },
17 "homepage": "https://github.com/n1ru4l/graphql-live-queries#readme",
18 "keywords": [
19 "graphql",
20 "query",
21 "live",
22 "real-time"
23 ],
24 "author": "n1ru4l <laurinquast@googlemail.com>",
25 "license": "MIT",
26 "main": "index.cjs.js",
27 "module": "index.esm.js",
28 "typings": "index.d.ts",
29 "typescript": {
30 "definition": "index.d.ts"
31 }
32}