summaryrefslogtreecommitdiff
path: root/tests/specs/publish/byonm_with_package_json/jsr.json
blob: c92b1a60c32ed62abdbcd6391ee58b40250b46e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "@scope/package",
  "version": "0.0.0",
  "exports": {
    ".": "./src/index.ts"
  },
  "publish": {
    "include": [
      "src/**/*"
    ]
  }
}