@manekinekko/angular-web-bluetooth
Version:
The missing Web Bluetooth module for Angular
67 lines (66 loc) • 1.62 kB
JSON
{
"name": "@manekinekko/angular-web-bluetooth",
"version": "20.0.0",
"license": "MIT",
"author": {
"name": "Wassim Chegham",
"email": "github@wassim.dev"
},
"engines": {
"node": ">= 22"
},
"contributors": [
"urish"
],
"repository": {
"type": "git",
"url": "git@github.com:manekinekko/angular-web-bluetooth.git"
},
"homepage": "https://github.com/manekinekko/angular-web-bluetooth",
"bugs": "https://github.com/manekinekko/angular-web-bluetooth/issues",
"description": "The missing Web Bluetooth module for Angular",
"types": "./dist/manekinekko/angular-web-bluetooth/public_api.d.ts",
"readme": "https://github.com/manekinekko/angular-web-bluetooth/blob/main/README.md",
"private": false,
"dependencies": {
"tslib": "^2.3.0"
},
"keywords": [
"angular",
"angular2",
"bluetooth",
"low",
"energy",
"web",
"ble",
"iot",
"sensor",
"accelerometer",
"luxometer",
"transmitter",
"magnetometer",
"ir",
"nfc",
"thermometer",
"puckjs",
"sensortag"
],
"peerDependencies": {
"@angular/common": "^20.0.0",
"@angular/core": "^20.0.0"
},
"sideEffects": false,
"module": "fesm2022/manekinekko-angular-web-bluetooth.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/manekinekko-angular-web-bluetooth.mjs",
"esm": "./esm2022/manekinekko-angular-web-bluetooth.mjs",
"default": "./fesm2022/manekinekko-angular-web-bluetooth.mjs"
}
}
}