aboutsummaryrefslogtreecommitdiff
path: root/deno.json
diff options
context:
space:
mode:
authornetop://ウィビ <paul@webb.page>2026-04-24 07:43:33 -0700
committernetop://ウィビ <paul@webb.page>2026-04-24 07:43:33 -0700
commit4c6194c4c2b5506f6d482347b0c13033ef17b5c7 (patch)
tree310b315b23487b9a44da94cd21a970f6cc95c831 /deno.json
downloadgq-4c6194c4c2b5506f6d482347b0c13033ef17b5c7.tar.gz
gq-4c6194c4c2b5506f6d482347b0c13033ef17b5c7.zip
initial commit
Diffstat (limited to 'deno.json')
-rw-r--r--deno.json12
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"
+}