accordant
Version:
One way shared/worker async bindings
47 lines (46 loc) • 1.07 kB
JSON
{
"name": "accordant",
"version": "0.3.5",
"keywords": [
"Worker",
"SharedWorker",
"async",
"bindings"
],
"type": "module",
"scripts": {
"build": "rollup --config rollup.config.js"
},
"files": [
"dist/*",
"src/*",
"README.md",
"LICENSE"
],
"exports": {
"./main": "./src/main.js",
"./shared-worker": "./src/shared.js",
"./transferable": "./src/transferable.js",
"./worker": "./src/worker.js",
"./package.json": "./package.json"
},
"author": "Andrea Giammarchi",
"license": "MIT",
"description": "One way shared/worker async bindings",
"repository": {
"type": "git",
"url": "git+https://github.com/WebReflection/accordant.git"
},
"bugs": {
"url": "https://github.com/WebReflection/accordant/issues"
},
"homepage": "https://github.com/WebReflection/accordant#readme",
"dependencies": {
"@webreflection/channel": "^0.2.1"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^1.0.0",
"rollup": "^4.62.0"
}
}