{
  "name": "funthreads",
  "version": "2.0.4",
  "description": "A lightweight tool built on top of Node.js worker_threads, enabling multithreading.",
  "keywords": [
    "worker",
    "workers",
    "thread",
    "worker_threads",
    "multithreading"
  ],
  "main": "src/funthreads.js",
  "engines": {
    "node": ">=10.5"
  },
  "scripts": {
    "test": "node --test ./test",
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nairihar/funthreads.git"
  },
  "author": "Nairi Harutyunyan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nairihar/funthreads/issues"
  },
  "homepage": "https://github.com/nairihar/funthreads#readme",
  "devDependencies": {
    "eslint": "8.49.0",
    "eslint-config-airbnb-base": "15.0.0"
  }
}
