worker-threads-toolkit
Version:
Worker threads toolkit
31 lines (30 loc) • 707 B
JSON
{
"name": "worker-threads-toolkit",
"version": "2.2.4",
"description": "Worker threads toolkit",
"main": "index.js",
"engines": {
"node": ">=10.5.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mvcbox/node-worker-threads-toolkit.git"
},
"keywords": [
"Worker",
"threads",
"toolkit"
],
"author": "mvcbox.org@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/mvcbox/node-worker-threads-toolkit/issues"
},
"homepage": "https://github.com/mvcbox/node-worker-threads-toolkit#readme",
"dependencies": {
"generic-pool": "^3.5.0"
}
}