tauri-plugin-desktop-underlay 0.0.1

Tauri plugin for making a window a desktop underlay, attached to the desktop, above the wallpaper, and below desktop icons.
{
  "name": "tauri-plugin-desktop-underlay-api",
  "version": "0.0.1",
  "author": "Yao Xiao <yx2436@nyu.edu>",
  "description": "Tauri plugin for making a window a desktop underlay, attached to the desktop, above the wallpaper, and below desktop icons.",
  "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"
  ],
  "scripts": {
    "preinstall": "npx only-allow pnpm",
    "prepare": "husky",
    "prepublishOnly": "pnpm build",
    "pretest": "pnpm build",
    "tauri": "tauri",
    "build": "rollup -c",
    "format": "prettier --write . && cargo fmt",
    "format:check": "prettier --check . && cargo fmt -- --check",
    "lint": "cargo clippy --fix --allow-dirty --allow-staged -- -D warnings",
    "lint:check": "cargo clippy -- -D warnings"
  },
  "dependencies": {
    "@tauri-apps/api": "^2.0.0-rc.4"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^11.1.6",
    "@tauri-apps/cli": "^2.0.0-rc.10",
    "husky": "^9.1.5",
    "lint-staged": "^15.2.10",
    "prettier": "^3.3.3",
    "rollup": "^4.21.2",
    "shell-quote": "^1.8.1",
    "tslib": "^2.7.0",
    "typescript": "^5.5.4"
  }
}