UNPKG

@echogarden/gnuspeech-wasm

Version:

WebAssembly port of the GnuSpeech speech synthesizer.

45 lines (44 loc) 845 B
{ "name": "@echogarden/gnuspeech-wasm", "version": "0.2.1", "description": "WebAssembly port of the GnuSpeech speech synthesizer.", "author": "Rotem Dan", "license": "GPL-3.0", "keywords": [ "GnuSpeech", "Speech Synthesizer", "text-to-speech", "TTS", "Articulatory Speech Synthesis" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/echogarden-project/gnuspeech-wasm" }, "bugs": { "url": "https://github.com/echogarden-project/gnuspeech-wasm/issues" }, "main": "./dist/GnuSpeech.js", "type": "module", "files": [ "dist", "src", "wasm", "data", "tsconfig.json", "COPYING", "README.md" ], "scripts": { "test": "node dist/Test.js" }, "dependencies": { "wasm-heap-manager": "^0.1.0" }, "devDependencies": { "@types/node": "^22.8.6" } }