diff options
Diffstat (limited to 'deno.json')
| -rw-r--r-- | deno.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/deno.json b/deno.json new file mode 100644 index 0000000..444cf59 --- /dev/null +++ b/deno.json @@ -0,0 +1,12 @@ +{ + "exports": "./entry.ts", + "imports": { + "@graphql-tools/schema": "npm:@graphql-tools/schema@^10.0.33", + "@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.1.0" +} |