{
    "name": "threadshare",
    "description": "Simplify inter-thread data sharing in Node.js worker_threads with ThreadShare.",
    "version": "1.1.2",
    "main": "./src/threadshare.js",
    "homepage": "https://github.com/nairihar/worker_map/tree/threadshare",
    "keywords": [
        "worker threads",
        "multithreading",
        "shared objects",
        "synchronization",
        "threading",
        "data sharing",
        "multithreaded applications",
        "distributed computing",
        "thread safety"
    ],
    "author": "Nairi Harutyunyan",
    "license": "MIT"
}
