UNPKG

@klodianimeri/channeljs

Version:

Javascript channel like async communication.

47 lines 1.1 kB
{ "name": "@klodianimeri/channeljs", "version": "1.0.7", "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", "start": "tsc --watch", "test": "jest" }, "author": "Klodian Imeri", "license": "Apache-2.0", "description": "Javascript channel like async communication.", "keywords": [ "channel", "channels", "stream", "streams", "observable", "observables", "promise", "publish", "subscribe", "es6" ], "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^25.4.0", "jest": "^30.2.0", "microbundle": "^0.15.1", "ts-jest": "^29.4.6", "typescript": "^5.9.3" } }