{
  "name": "@fedify/testing",
  "version": "1.8.1-pr.283.1138+8009e193",
  "description": "Testing utilities for Fedify applications",
  "keywords": [
    "fedify",
    "testing",
    "mock",
    "federation",
    "activitypub"
  ],
  "license": "MIT",
  "author": {
    "name": "Hong Minhee",
    "email": "hong@minhee.org",
    "url": "https://hongminhee.org/"
  },
  "homepage": "https://fedify.dev/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fedify-dev/fedify.git",
    "directory": "testing"
  },
  "bugs": {
    "url": "https://github.com/fedify-dev/fedify/issues"
  },
  "funding": [
    "https://opencollective.com/fedify",
    "https://github.com/sponsors/dahlia"
  ],
  "type": "module",
  "main": "./dist/mod.js",
  "module": "./dist/mod.js",
  "types": "./dist/mod.d.ts",
  "exports": {
    ".": {
      "types": "./dist/mod.d.ts",
      "import": "./dist/mod.js",
      "default": "./dist/mod.js"
    },
    "./package.json": "./package.json"
  },
  "peerDependencies": {
    "@fedify/fedify": "1.8.1-pr.283.1138+8009e193"
  },
  "devDependencies": {
    "@js-temporal/polyfill": "^0.5.1",
    "@std/assert": "npm:@jsr/std__assert@^1.0.13",
    "@std/async": "npm:@jsr/std__async@^1.0.13",
    "tsdown": "^0.12.9",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "@opentelemetry/api": "^1.9.0"
  },
  "scripts": {
    "build": "tsdown",
    "prepublish": "tsdown",
    "test": "tsdown && node --experimental-transform-types --test",
    "test:bun": "tsdown && bun test --timeout 15000",
    "test:deno": "deno task test",
    "test-all": "tsdown && node --experimental-transform-types --test && bun test --timeout 15000 && deno task test"
  }
}