tauri-plugin-shellx 2.0.16

Unlocked Tauri Shell Plugin
{
  "name": "tauri-plugin-shellx-api",
  "version": "2.0.16",
  "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": "pnpm build",
    "pretest": "pnpm build",
    "build:docs": "typedoc guest-js/index.ts",
    "format": "prettier -w ./**.ts"
  },
  "dependencies": {
    "@tauri-apps/api": "^2.0.1"
  },
  "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"
  },
  "packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}