18 lines
557 B
JSON
18 lines
557 B
JSON
{
|
|
"name": "troika-worker-utils",
|
|
"version": "0.52.0",
|
|
"description": "Utilities for executing code in Web Workers",
|
|
"author": "Jason Johnston <jason.johnston@protectwise.com>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/protectwise/troika.git",
|
|
"directory": "packages/troika-worker-utils"
|
|
},
|
|
"license": "MIT",
|
|
"sideEffects": false,
|
|
"main": "dist/troika-worker-utils.umd.js",
|
|
"module": "dist/troika-worker-utils.esm.js",
|
|
"module:src": "src/index.js",
|
|
"gitHead": "d2eab048d7eac8856e3d19b4254cb746a52a4d4d"
|
|
}
|