aboutsummaryrefslogtreecommitdiff
path: root/deno.json
blob: bddf2d3386e1891136417074b6243bf226885b78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "exports": "./entry.ts",
  "imports": {
    "@eeeooolll/graphiql": "npm:@eeeooolll/graphiql@0.4.2",
    "@graphql-tools/schema": "npm:@graphql-tools/schema@^10.0.33",
    "@netopwibby/dedent": "jsr:@netopwibby/dedent@^0.1.0",
    "@std/path": "jsr:@std/path@^1.1.4",
    "graphql": "npm:graphql@^16.13.2",
    "graphql-subscriptions": "npm:graphql-subscriptions@^2.0.0",
    "graphql-ws": "npm:graphql-ws@^5.16.0",
    "xss": "npm:xss@^1.0.15"
  },
  "license": "MIT",
  "name": "@eol/gq",
  "version": "0.6.1"
}