tauri-plugin-tts 0.1.1

Native text-to-speech plugin for Tauri with multi-language and voice selection
Documentation
{
  "name": "tauri-plugin-tts-api",
  "version": "0.1.1",
  "author": "Affex Team",
  "description": "Native text-to-speech API for Tauri with multi-language and voice selection",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/brenogonzaga/affex.git",
    "directory": "plugins/tauri-plugin-tts"
  },
  "homepage": "https://github.com/brenogonzaga/affex/tree/main/plugins/tauri-plugin-tts",
  "bugs": {
    "url": "https://github.com/brenogonzaga/affex/issues"
  },
  "keywords": [
    "tauri",
    "tauri-plugin",
    "tts",
    "text-to-speech",
    "speech-synthesis",
    "cross-platform"
  ],
  "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": "npm run build",
    "pretest": "npm run build"
  },
  "dependencies": {
    "@tauri-apps/api": "^2.9.1"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^12.0.0",
    "rollup": "^4.9.6",
    "typescript": "^5.3.3",
    "tslib": "^2.6.2"
  }
}