UNPKG

@silver-zepp/easy-ble

Version:

Advanced BLE management tool for ZeppOS v3+ watches that features an automated profile generator, a hybrid asynchronous and sequential queue for efficient handling of all operations and more.

39 lines 1.07 kB
{ "name": "@silver-zepp/easy-ble", "version": "1.7.8-e", "description": "Advanced BLE management tool for ZeppOS v3+ watches that features an automated profile generator, a hybrid asynchronous and sequential queue for efficient handling of all operations and more.", "main": "dist/ble-master.js", "types": "ts/ble-master.d.ts", "exports": { ".": { "import": "./dist/ble-master.js", "types": "./ts/ble-master.d.ts" }, "./extra": { "import": "./dist/easyble-extra.js", "types": "./ts/easyble-extra.d.ts" } }, "files": [ "dist/*.js", "ts/*.d.ts", "!dist/*.src.js" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "zeppos": true, "author": "Silver, Zepp Health", "license": "MIT", "keywords": [ "ble", "ble master", "ble slave", "ble beacon", "ble broadcast", "ble central", "ble peripheral", "zeppos", "Zepp OS" ] }