1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/tests/specs/install/future_install_local_deno/deno.json

11 lines
320 B
JSON
Raw Normal View History

{
"imports": {
"@std/fs/": "https://deno.land/std@0.224.0/fs/",
"@denotest/esm-basic": "npm:@denotest/esm-basic@^1.0.0",
"@denotest/add": "jsr:@denotest/add",
"test-http": "http://localhost:4545/v1/extensionless",
"@std/testing": "jsr:@std/testing",
"@std/testing/": "jsr:/@std/testing/"
}
}