{
  "name": "@hyperviz/worker",
  "version": "0.2.13",
  "description": "효율적인 워커 관리 라이브러리",
  "main": "dist/src/index.js",
  "module": "dist/src/index.js",
  "browser": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "type": "module",
  "author": "heartyoh@hatiolab.com",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "@hyperviz:registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/heartyoh/hyperviz.git",
    "directory": "packages/worker"
  },
  "exports": {
    ".": {
      "import": "./dist/src/index.js",
      "require": "./dist/src/index.js",
      "types": "./dist/src/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "scripts": {
    "build": "tsc",
    "build:examples": "tsc -p tsconfig.examples.json",
    "start:examples": "npm run build:examples && npx serve .",
    "test": "NODE_OPTIONS=--experimental-vm-modules jest",
    "lint": "eslint src --ext .ts",
    "clean": "rimraf dist",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "keywords": [
    "worker",
    "thread",
    "pool",
    "parallel",
    "processing"
  ],
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@types/jsdom": "^21.1.7",
    "@types/node": "^22.14.1",
    "@typescript-eslint/eslint-plugin": "^8.30.1",
    "@typescript-eslint/parser": "^8.30.1",
    "eslint": "^9.24.0",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.7.0",
    "jsdom": "^26.1.0",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.1.0",
    "ts-jest-resolver": "^2.0.1",
    "typescript": "^5.0.4"
  },
  "dependencies": {
    "eventemitter3": "^5.0.0"
  },
  "gitHead": "fa18ff9d061121472d5090be2751ebcd7260781b"
}
