summaryrefslogtreecommitdiff
path: root/tests/specs/install/future_install_local_deno/deno.json
blob: 9213ce83479658e59638f23f2f534ad2e0d5a802 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "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/"
  }
}