summaryrefslogtreecommitdiff
path: root/tests/registry/jsr/@deno/otel/0.0.2/deno.json
blob: cfa44a7d0792229d53266d3b1c4b96280a13cacd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "@deno/otel",
  "version": "0.0.2",
  "exports": {
    ".": "./src/index.ts",
    "./register": "./src/register.ts"
  },
  "tasks": {
    "check:license": "deno run -A tools/check_license.ts",
    "check:docs": "deno doc --lint src/index.ts",
    "check": "deno task check:license --check",
    "ok": "deno fmt --check && deno lint && deno task check"
  }
}