summaryrefslogtreecommitdiff
path: root/tests/registry/jsr/@denotest/multiple-exports/1.0.0_meta.json
blob: d9f58b9a61a03f81fae093a1f71e21e287b94455 (plain)
1
2
3
4
5
6
7
{
  "exports": {
    "./add": "./add.ts",
    "./subtract": "./subtract.ts",
    "./data-json": "./data.json"
  }
}