session-typed-worker
Version:
A deadlock-free communication API for web workers based on (a subset of) session types.
27 lines (26 loc) • 747 B
JSON
{
"name": "session-typed-worker",
"version": "1.0.3",
"description": "A deadlock-free communication API for web workers based on (a subset of) session types.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc"
},
"keywords": [
"worker",
"typescript",
"session-types"
],
"repository": "github:ahuglajbclajep/session-typed-worker",
"author": "ahuglajbclajep (https://github.com/ahuglajbclajep)",
"license": "MIT",
"bugs": "https://github.com/ahuglajbclajep/session-typed-worker/issues",
"homepage": "https://github.com/ahuglajbclajep/session-typed-worker#readme",
"devDependencies": {
"typescript": "^3.2.2"
},
"peerDependencies": {
"worker-loader": "2.x"
}
}