diff options
Diffstat (limited to 'tests/specs/publish/jsr_jsonc/jsr.jsonc')
-rw-r--r-- | tests/specs/publish/jsr_jsonc/jsr.jsonc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/specs/publish/jsr_jsonc/jsr.jsonc b/tests/specs/publish/jsr_jsonc/jsr.jsonc new file mode 100644 index 000000000..4c9dfb08c --- /dev/null +++ b/tests/specs/publish/jsr_jsonc/jsr.jsonc @@ -0,0 +1,11 @@ +{ + // It's .jsonc file so it can have comments + "name": "@foo/bar", + "version": "1.0.0", + "exports": { + ".": "./mod.ts" + }, + "imports": { + "@std/http": "./std_http.ts" + } +} |