tauri-plugin-bluetooth-manager 2.0.3

A Tauri plugin to manage Bluetooth adapters and devices in Linux.
Documentation
{
  "name": "@vasakgroup/plugin-bluetooth-manager",
  "version": "2.0.0",
  "author": "Joaquin (Pato) Decima <jdecima@vasak.net.ar>",
  "description": "A Tauri plugin to manage Bluetooth adapters and devices in Linux.",
  "type": "module",
  "types": "./dist-js/index.d.ts",
  "main": "./dist-js/index.cjs",
  "module": "./dist-js/index.js",
  "exports": {
    "types": "./dist-js/index.d.ts",
    "import": "./dist-js/index.js",
    "require": "./dist-js/index.cjs"
  },
  "files": [
    "dist-js",
    "README.md"
  ],
  "scripts": {
    "build": "rollup -c",
    "prepublishOnly": "bun run build",
    "pretest": "bun run build"
  },
  "dependencies": {
    "@tauri-apps/api": "^2.11.0"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^11.1.6",
    "rollup": "^4.61.0",
    "typescript": "^5.9.3",
    "tslib": "^2.8.1"
  }
}