summaryrefslogtreecommitdiff
path: root/tests/registry/jsr/@denotest/bad-manifest-checksum/1.0.0_meta.json
blob: 8ef8ab3c3eb17633e37b19659542b59ac6578963 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "exports": {
    ".": "./mod.ts"
  },
  "manifest": {
    "/mod.ts": {
      "size": 0,
      "checksum": "sha256-bad-checksum"
    }
  }
}