diff options
Diffstat (limited to 'deno.json')
| -rw-r--r-- | deno.json | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,12 +1,14 @@ { "exports": "./entry.ts", "imports": { + "@eeeooolll/graphiql": "npm:@eeeooolll/graphiql@0.4.0", "@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", "xss": "npm:xss@^1.0.15" }, "license": "MIT", "name": "@eol/gq", - "version": "0.3.0" + "version": "0.4.0" } |