tauri-plugin-shellx 2.0.7

Unlocked Tauri Shell Plugin
{
  "name": "tauri-plugin-shellx-api",
  "version": "2.0.7",
  "author": "Huakun",
  "description": "Unlocked Tauri Shell Plugin",
  "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"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/HuakunShen/tauri-plugin-shellx.git"
  },
  "license": "MIT",
  "files": [
    "guest-js",
    "dist-js",
    "README.md"
  ],
  "scripts": {
    "build": "rollup -c",
    "build:watch": "rollup -c --watch",
    "prepublishOnly": "yarn build",
    "pretest": "yarn build",
    "build:docs": "typedoc guest-js/index.ts",
    "format": "prettier -w ./**.ts"
  },
  "dependencies": {
    "@tauri-apps/api": ">=2.0.0-beta.6",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^11.1.6",
    "prettier": "^3.3.2",
    "rollup": "^4.9.6",
    "tslib": "^2.6.2",
    "typedoc": "^0.25.13",
    "typescript": "^5.3.3"
  }
}