UNPKG

rxpoweredup

Version:

A Typescript RxJS-based library for controlling LEGO Powered UP hubs & peripherals.

34 lines 810 B
{ "name": "rxpoweredup", "version": "0.4.11", "description": "A Typescript RxJS-based library for controlling LEGO Powered UP hubs & peripherals.", "homepage": "https://github.com/nvsukhanov/rxPoweredUp/", "keywords": [ "LEGO", "Powered UP", "BLE", "Bluetooth", "RxJS", "TypeScript" ], "main": "src/index.js", "private": false, "types": "src/index.d.ts", "author": "Nikolai Sukhanov <nvsukhanov@outlook.com>", "license": "MIT", "type": "module", "dependencies": { "reflect-metadata": "^0.2.0", "rxjs": "^7.0.0", "tsyringe": "^4.0.0" }, "exports": { "./package.json": "./package.json", ".": { "types": "./src/index.d.ts", "import": "./src/index.js", "default": "./src/index.js" } }, "module": "./src/index.js" }