@klodianimeri/channeljs
Version:
Javascript channel like communication.
40 lines • 888 B
JSON
{
"name": "@klodianimeri/channeljs",
"version": "1.0.2",
"type": "module",
"source": "src/index.ts",
"exports": {
"require": "./dist/index.cjs",
"default": "./dist/index.modern.js"
},
"main": "./dist/index.cjs",
"module": "./dist/index.module.js",
"unpkg": "./dist/index.umd.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/klodianimeri/channeljs"
},
"scripts": {
"build": "microbundle",
"dev": "microbundle watch"
},
"author": "Klodian Imeri",
"license": "Apache-2.0",
"description": "Javascript channel like communication.",
"keywords": [
"Observable",
"Observables",
"Streams",
"Stream",
"Promise",
"Channel",
"Channels",
"ES6"
],
"devDependencies": {
"@types/node": "^22.14.0",
"microbundle": "^0.15.1",
"typescript": "^5.8.3"
}
}