summaryrefslogtreecommitdiff
path: root/tests/specs/run/workspaces/member_not_match_constraint/subtract/deno.json
blob: e585197c0e5922d4efdd9a33d513a361930dc25c (plain)
1
2
3
4
5
6
7
8
{
  "name": "@denotest/subtract",
  "version": "1.0.0",
  "exports": "./mod.ts",
  "imports": {
    "@denotest/add": "jsr:@denotest/add@1"
  }
}