tauri-plugin-tts 0.1.3

Native text-to-speech plugin for Tauri with multi-language and voice selection
Documentation
{
    "name": "tauri-plugin-tts-api",
    "version": "0.1.3",
    "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/tauri-plugin-tts.git"
    },
    "homepage": "https://github.com/brenogonzaga/tauri-plugin-tts",
    "bugs": {
        "url": "https://github.com/brenogonzaga/tauri-plugin-tts/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.55.1",
        "tslib": "^2.6.2",
        "typescript": "^5.3.3"
    }
}