summaryrefslogtreecommitdiff
path: root/tests/specs/run/patch/my-pkg/deno.json
blob: 0303c9974a34d0758a2541b0f6fe64f769fb2ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "@scope/my-pkg",
  "version": "1.0.0",
  "exports": "./mod.ts",
  "imports": {
    "@denotest/add": "jsr:@denotest/add@1"
  },
  "patch": [
    "../add"
  ]
}