offload/package.json
Anton Nesterov 55089b91c9
Some checks failed
Publish / publish (push) Has been cancelled
fix readme
2024-10-28 13:34:29 +01:00

22 lines
476 B
JSON

{
"name": "@nesterow/offload",
"version": "0.0.4",
"author": {
"name": "Anton Nesterov",
"url": "https://github.com/nesterow"
},
"description": "Offload heavy tasks to a separate thread using workers",
"module": "offload.ts",
"type": "module",
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"scripts": {
"bundle": "bun build ./mod.ts --outfile=index.js",
"test": "bun test"
}
}