@r_wohl/web-channel-message
Version:
A light weight type-safe library for communicating via the Channel Message Web API
42 lines (41 loc) • 885 B
JSON
{
"name": "@r_wohl/web-channel-message",
"version": "3.0.2",
"description": "A light weight type-safe library for communicating via the Channel Message Web API",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "tsup src/worker.ts src/index.ts --dts src/index.ts"
},
"keywords": [
"worker",
"shared-worker",
"web-api",
"typescript"
],
"author": "Rami Wohl",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/Rami-Wohl/web-channel-message"
},
"files": [
"/dist",
"/src",
"package.json",
"README.md",
"CHANGELOG.md"
],
"devDependencies": {
"tsup": "^8.0.1",
"typescript": "^5.3.3"
}
}