tauri-plugin-plauth 1.0.3

Tauri plugin for authentication (PLAUTH) supporting macOS and iOS platforms with ASWebAuthenticationSession
{
  "name": "tauri-plugin-plauth-api",
  "version": "1.0.3",
  "author": "Phuc Le <lecaobaophuc@gmail.com>",
  "description": "Tauri plugin for authentication (PLAUTH) supporting macOS and iOS platforms with ASWebAuthenticationSession",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/lecaobaophuc0912/tauri-plugin-plauth.git"
  },
  "homepage": "https://github.com/lecaobaophuc0912/tauri-plugin-plauth",
  "bugs": {
    "url": "https://github.com/lecaobaophuc0912/tauri-plugin-plauth/issues"
  },
  "keywords": [
    "tauri",
    "plugin",
    "authentication",
    "auth",
    "oauth",
    "web-auth",
    "macos",
    "ios"
  ],
  "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",
    "README.md"
  ],
  "scripts": {
    "build": "rollup -c",
    "prepublishOnly": "yarn build",
    "pretest": "yarn build"
  },
  "dependencies": {
    "@tauri-apps/api": ">=2.0.0-beta.6"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^12.0.0",
    "rollup": "^4.9.6",
    "typescript": "^5.3.3",
    "tslib": "^2.6.2"
  }
}