summaryrefslogtreecommitdiff
path: root/tests/specs/workspaces/patch/workspace/my-pkg/deno.json
blob: 8b2e887e7825fbcbb32bb5123e66735f2781193a (plain)
1
2
3
4
5
6
7
8
{
  "name": "@scope/my-pkg",
  "version": "1.0.0",
  "exports": "./mod.ts",
  "imports": {
    "@denotest/add": "jsr:@denotest/add@1"
  }
}