From 4c6194c4c2b5506f6d482347b0c13033ef17b5c7 Mon Sep 17 00:00:00 2001 From: "netop://ウィビ" Date: Fri, 24 Apr 2026 07:43:33 -0700 Subject: initial commit --- deno.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 deno.json (limited to 'deno.json') 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" +} -- cgit v1.2.3