tauri-plugin-widgets 0.4.2

Tauri plugin for App Widgets on Android, iOS, and macOS (WidgetKit); Windows Widgets Board (Adaptive Cards) + desktop webview; Linux desktop webview with X11 DESKTOP pin.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "@tauri-plugin-widgets/scripts",
  "version": "0.0.0",
  "private": true,
  "type": "module",
  "description": "Maintainer CLI for tauri-plugin-widgets (docs, triage, stand wrappers).",
  "scripts": {
    "cli": "pnpm exec tsx ./src/run.ts",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@types/node": "^22.10.0",
    "citty": "^0.2.1",
    "sharp": "^0.33.5",
    "tsx": "^4.19.0",
    "typescript": "^5.3.3"
  }
}