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