tauri-plugin-shell 2.0.0-alpha.2

Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application.
{
  "name": "@tauri-apps/plugin-shell",
  "version": "2.0.0-alpha.1",
  "license": "MIT or APACHE-2.0",
  "authors": [
    "Tauri Programme within The Commons Conservancy"
  ],
  "type": "module",
  "browser": "dist-js/index.min.js",
  "module": "dist-js/index.mjs",
  "types": "dist-js/index.d.ts",
  "exports": {
    "import": "./dist-js/index.mjs",
    "types": "./dist-js/index.d.ts",
    "browser": "./dist-js/index.min.js"
  },
  "scripts": {
    "build": "rollup -c"
  },
  "files": [
    "dist-js",
    "!dist-js/**/*.map",
    "README.md",
    "LICENSE"
  ],
  "devDependencies": {
    "tslib": "^2.4.1"
  },
  "dependencies": {
    "@tauri-apps/api": "2.0.0-alpha.6"
  }
}