summaryrefslogtreecommitdiff
path: root/tests/specs/publish/missing_constraint/deno.json
blob: 89f6db90cf0c5a9b1be57fc18aa5fe2cb3fc7cae (plain)
1
2
3
4
5
6
7
8
9
{
  "name": "@scope/pkg",
  "version": "1.0.0",
  "exports": "./mod.ts",
  "imports": {
    "basic": "npm:@denotest/esm-basic",
    "add": "jsr:@denotest/add"
  }
}