tauri-plugin-sharekit 0.1.2

A Tauri v2 plugin that enables sharing content with the Android and iOS native sharing interfaces.
Documentation
{
  "name": "@choochmeque/tauri-plugin-sharekit-api",
  "version": "0.1.2",
  "license": "MIT or APACHE-2.0",
  "authors": "you",
  "description": "A Tauri v2 plugin that enables sharing content with the Android and iOS native sharing interfaces.",
  "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": "git+https://github.com/Choochmeque/tauri-plugin-sharekit.git"
  },
  "keywords": [
    "tauri",
    "share"
  ],
  "bugs": {
    "url": "https://github.com/Choochmeque/tauri-plugin-sharekit/issues"
  },
  "homepage": "https://github.com/Choochmeque/tauri-plugin-sharekit#readme",
  "scripts": {
    "build": "rollup -c",
    "lint": "eslint .",
    "format": "prettier --write \"./**/*.{cjs,mjs,js,jsx,mts,ts,tsx,html,css,json}\" --ignore-path .prettierignore",
    "format-check": "prettier --check \"./**/*.{cjs,mjs,js,jsx,mts,ts,tsx,html,css,json}\" --ignore-path .prettierignore"
  },
  "files": [
    "dist-js",
    "!dist-js/**/*.map",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "@tauri-apps/api": "^2.6.0"
  },
  "devDependencies": {
    "@eslint/js": "9.9.0",
    "@rollup/plugin-node-resolve": "16.0.1",
    "@rollup/plugin-terser": "0.4.4",
    "@rollup/plugin-typescript": "12.1.4",
    "@types/eslint__js": "8.42.3",
    "covector": "^0.12.0",
    "eslint": "9.34.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-security": "3.0.1",
    "prettier": "3.6.2",
    "rollup": "4.21.0",
    "tslib": "2.6.3",
    "typescript": "5.9.2",
    "typescript-eslint": "8.41.0"
  },
  "packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
}