node-multithread
Version:
Simplest way to enable multi-threading in Nodejs. No configuration needed. Just plug and play.
35 lines (34 loc) • 883 B
JSON
{
"name": "node-multithread",
"version": "1.0.4",
"description": "Simplest way to enable multi-threading in Nodejs. No configuration needed. Just plug and play.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "npm run build",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anand-jain-official/node-multithread.git"
},
"keywords": [
"node",
"multi",
"thread",
"multiple",
"parallel",
"multithread"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/anand-jain-official/node-multithread/issues"
},
"homepage": "https://github.com/anand-jain-official/node-multithread#readme",
"devDependencies": {
"@types/node": "^13.5.1",
"typescript": "^3.8.2"
}
}