UNPKG

@eventmsg/transport-webble

Version:

EventMsgV3 Web Bluetooth transport for browser-based communication with ESP32 devices

57 lines (56 loc) 1.36 kB
{ "name": "@eventmsg/transport-webble", "version": "0.0.12", "private": false, "description": "EventMsgV3 Web Bluetooth transport for browser-based communication with ESP32 devices", "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 ./src", "test": "bun test", "check-types": "tsc --noEmit", "prenpm-release": "bun run build", "npm-release": "bun publish --access public", "serve-examples": "cd examples && bun --hot serve.ts" }, "keywords": [ "eventmsg", "webble", "web-bluetooth", "bluetooth", "ble", "esp32", "iot", "browser", "nordic-uart", "typescript" ], "author": "EventMsg Contributors", "license": "MIT", "devDependencies": { "@types/web-bluetooth": "^0.0.21", "bun-types": "^1.2.18", "tsdown": "latest", "typescript": "^5.8.3" }, "dependencies": { "consola": "^3.4.2", "@eventmsg/core": "0.0.10" } }