summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/publish/successful/deno.json
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-12-13 11:00:45 +0100
committerGitHub <noreply@github.com>2023-12-13 11:00:45 +0100
commitbbf8f69cb979be0f36c38ae52b1588e648b3252e (patch)
treec6b8f727a1c99eb848248c0891d08eb72dc73b49 /cli/tests/testdata/publish/successful/deno.json
parent86769b0d1cfb7341df31278913524492d5f9ab52 (diff)
test: integration tests for tarring/unfurling (#21544)
Diffstat (limited to 'cli/tests/testdata/publish/successful/deno.json')
-rw-r--r--cli/tests/testdata/publish/successful/deno.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/cli/tests/testdata/publish/successful/deno.json b/cli/tests/testdata/publish/successful/deno.json
new file mode 100644
index 000000000..930f3aa08
--- /dev/null
+++ b/cli/tests/testdata/publish/successful/deno.json
@@ -0,0 +1,10 @@
+{
+ "name": "@foo/bar",
+ "version": "1.0.0",
+ "exports": {
+ ".": "./mod.ts"
+ },
+ "imports": {
+ "@std/http": "jsr:@std/http@1"
+ }
+}