@interopio/browser-worker
Version:
IO Connect Browser service worker module
41 lines (40 loc) • 941 B
JSON
{
"name": "@interopio/browser-worker",
"version": "4.4.0",
"main": "dist/web.worker.umd.js",
"module": "dist/web.worker.es.js",
"types": "./web.worker.d.ts",
"scripts": {
"build": "rollup -c",
"test": "echo no tests found",
"audit": "echo no audit found",
"audit:V1": "node ../../scripts/audit/index.js",
"postversion": "npm run build"
},
"keywords": [
"glue",
"glue42",
"desktop",
"web",
"service worker",
"interop.io",
"io.connect",
"io.connect browser"
],
"description": "IO Connect Browser service worker module",
"author": {
"name": "Interop.IO",
"url": "https://interop.io/"
},
"license": "MIT",
"publishConfig": {
"@interopio:registry": "https://registry.npmjs.org",
"access": "public"
},
"homepage": "https://interop.io/",
"files": [
"dist",
"web.worker.d.ts"
],
"gitHead": "d67c6f498b27f4a11622fa6bc2ff26bf4077af3a"
}