with-worker-threads
Version:
Spawn worker threads that are closed when the function returns
31 lines (30 loc) • 762 B
JSON
{
"name": "with-worker-threads",
"version": "0.5.1",
"description": "Spawn worker threads that are closed when the function returns",
"main": "dist/index.js",
"type": "module",
"keywords": [
"worker_thread",
"thread pool"
],
"files": [
"dist"
],
"repository": "github:sashee/with-worker-threads",
"scripts": {
"test": "TS_NODE_TRANSPILE_ONLY=true node --test --enable-source-maps --loader ts-node/esm src/**/*.test.ts",
"build": "tsc --build",
"clean": "tsc --build --clean",
"prepare": "npm run clean && npm run build"
},
"author": {
"name": "Tamas Sallai",
"url": "https://advancedweb.hu/"
},
"license": "ISC",
"devDependencies": {
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}