UNPKG

@eventmsg/core

Version:

EventMsgV3 TypeScript library - Core protocol implementation with transport abstraction

50 lines (49 loc) 1.14 kB
{ "name": "@eventmsg/core", "version": "0.0.5", "private": false, "description": "EventMsgV3 TypeScript library - Core protocol implementation with transport abstraction", "type": "module", "files": [ "dist" ], "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.cts", "browser": "./dist/index.browser.js", "unpkg": "./dist/index.browser.js", "jsdelivr": "./dist/index.browser.js", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" }, "./package.json": "./package.json" }, "scripts": { "build": "tsdown --sourcemap", "dev": "tsdown --watch", "test": "bun test", "typecheck": "tsc --noEmit", "publish": "bun publish --access public" }, "keywords": [ "eventmsg", "protocol", "esp32", "iot", "binary-protocol", "typescript" ], "author": "EventMsg Contributors", "license": "MIT", "devDependencies": { "bun-types": "^1.2.18", "tsdown": "latest", "typescript": "^5.8.3" }, "dependencies": { "consola": "^3.4.2", "eventemitter3": "^5.0.1" } }