{
  "name": "whatwg-worker",
  "version": "1.0.2",
  "description": "Consistent Web Workers in browser and Node.",
  "type": "module",
  "main": "node-worker.js",
  "browser": "./browser-worker.js",
  "exports": {
    "browser": "./browser-worker.js",
    "deno": "./browser-worker.js",
    "node": "./node-worker.js"
  },
  "engines": {
    "node": "=>19"
  },
  "scripts": {
    "test": "node --experimental-loader ./loader.js --no-warnings ./test/spec.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jimmywarting/whatwg-worker.git"
  },
  "keywords": [
    "worker",
    "worker_threads",
    "webworker",
    "web worker",
    "threads"
  ],
  "author": "Jimmy Wärting <jimmy@warting.se> (https://jimmy.warting.se/opensource)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jimmywarting/whatwg-worker/issues"
  },
  "homepage": "https://github.com/jimmywarting/whatwg-worker#readme",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/jimmywarting"
    },
    {
      "type": "github",
      "url": "https://paypal.me/jimmywarting"
    }
  ]
}