mirror of
https://github.com/nesterow/offload.git
synced 2024-11-14 22:14:03 +00:00
14 lines
288 B
JSON
14 lines
288 B
JSON
{
|
|
"name": "@nesterow/offload",
|
|
"version": "0.0.1",
|
|
"description": "Offload heavy tasks to a separate thread using workers",
|
|
"module": "offload.ts",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|