{
  "name": "@fedify/testing",
  "version": "1.8.1-pr.283.1138+8009e193",
  "license": "MIT",
  "exports": {
    ".": "./mod.ts"
  },
  "imports": {
    "@opentelemetry/api": "npm:@opentelemetry/api@^1.9.0"
  },
  "exclude": [
    ".github",
    "node_modules",
    "npm",
    "pnpm-lock.yaml"
  ],
  "tasks": {
    "build": "pnpm build",
    "check": "deno fmt --check && deno lint && deno check mod.ts",
    "test": "deno test --allow-read --allow-net",
    "test:node": {
      "dependencies": [
        "build"
      ],
      "command": "node --experimental-transform-types --test"
    },
    "test:bun": {
      "dependencies": [
        "build"
      ],
      "command": "bun test --timeout 15000"
    },
    "test-all": {
      "dependencies": [
        "test",
        "test:node",
        "test:bun"
      ]
    }
  }
}
