isoconcurrency
Version:
An isomorphic way to get the number of logical cores available.
36 lines (35 loc) • 833 B
JSON
{
"name": "isoconcurrency",
"repository": "github:fabiospampinato/isoconcurrency",
"description": "An isomorphic way to get the number of logical cores available.",
"license": "MIT",
"version": "1.0.0",
"type": "module",
"main": "dist/node.js",
"types": "./dist/node.d.ts",
"exports": {
"node": "./dist/node.js",
"default": "./dist/browser.js"
},
"scripts": {
"clean": "tsex clean",
"compile": "tsex compile",
"compile:watch": "tsex compile --watch",
"test": "tsex test",
"test:watch": "tsex test --watch",
"prepublishOnly": "tsex prepare"
},
"keywords": [
"isomorphic",
"hardware",
"concurrency",
"logical",
"cores"
],
"devDependencies": {
"@types/node": "^18.19.110",
"fava": "^0.3.5",
"tsex": "^4.0.2",
"typescript": "^5.8.3"
}
}