UNPKG

ttsreader

Version:

Text to Speech wrapper, player and helpers for the web-speech-api speech synthesis

38 lines (37 loc) 1.15 kB
{ "name": "ttsreader", "version": "1.0.32", "description": "Text to Speech wrapper, player and helpers for the web-speech-api speech synthesis", "main": "index.js", "scripts": { "test": "node test.js", "build": "mkdir build; browserify browserify.js > build/bundle.js; terser build/bundle.js -c drop_console=true > build/bundle.min.js;", "prepublishOnly": "mkdir build; browserify browserify.js > build/bundle.js; terser build/bundle.js -c drop_console=true > build/bundle.min.js; git add .; npm version patch -m \"Release %s\" -f; git push;" }, "author": "Ronen Rabinovici", "license": "UNLICENSED", "private": false, "dependencies": { "crypto-js": "^4.2.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-icons": "^4.3.1" }, "repository": { "type": "git", "url": "git+https://github.com/RonenR/ttsreader.git" }, "keywords": [ "tts", "ttsreader", "text to speech", "web speech api", "text player", "text reader", "speech synthesis" ], "bugs": { "url": "https://github.com/RonenR/ttsreader/issues" }, "homepage": "https://ttsreader.com/" }