summaryrefslogtreecommitdiff
path: root/tests/registry/jsr/@denotest/different-deps-per-export/1.0.0_meta.json
blob: 9af658497bc269022364e7059404eecd01a05104 (plain)
1
2
3
4
5
6
{
  "exports": {
    "./add": "./add.ts",
    "./subtract": "./subtract.ts"
  }
}