tauri-plugin-taskbar 0.1.0

Windows taskbar thumbnail button controls for Tauri apps
Documentation
{
  "name": "tauri-plugin-taskbar",
  "version": "0.1.0",
  "description": "JavaScript bindings for tauri-plugin-taskbar",
  "license": "MIT OR Apache-2.0",
  "authors": [
    "xerosf"
  ],
  "repository": "https://github.com/xerosf/tauri-plugin-taskbar",
  "type": "module",
  "types": "./dist-js/index.d.ts",
  "main": "./dist-js/index.cjs",
  "module": "./dist-js/index.js",
  "files": [
    "dist-js",
    "README.md"
  ],
  "exports": {
    "types": "./dist-js/index.d.ts",
    "import": "./dist-js/index.js",
    "require": "./dist-js/index.cjs"
  },
  "scripts": {
    "build": "rollup -c && tsc -p guest-js/tsconfig.json",
    "typecheck": "tsc -p guest-js/tsconfig.json --noEmit"
  },
  "dependencies": {
    "@tauri-apps/api": "^2.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-typescript": "^12.3.0",
    "rollup": "^4.60.2",
    "tslib": "^2.8.1",
    "typescript": "^5.6.0"
  }
}