lavva.webbluetooth
Version:
Library implementing WebBluetooth custom functionality if underlying platform does support it
37 lines (36 loc) • 948 B
JSON
{
"name": "lavva.webbluetooth",
"version": "2.1.28",
"description": "Library implementing WebBluetooth custom functionality if underlying platform does support it",
"author": "Patryk Golus @ ZAMEL Sp. z o.o.",
"main": "build/js/ExtendedWebBluetooth.js",
"types": "build/js/ExtendedWebBluetooth.d.ts",
"private": false,
"keywords": [
"lavva",
"webbluetooth"
],
"repository": {
"type": "git",
"url": "git+https://github.com/LavvaIoT/lavva-integration.git"
},
"dependencies": {
"@types/web-bluetooth": "^0.0.20"
},
"devDependencies": {
"@types/node": "^22.13.5",
"ts-loader": "^9.5.2",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1",
"yarn-install": "^1.0.0"
},
"scripts": {
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production",
"prepare": "npm run build",
"postversion": "git push && git push --tags"
},
"files": [
"build/**/*"
]
}