UNPKG

commontown-text-to-speech

Version:

Overview -------- This npm package provides a simple and convenient way to perform text-to-speech (TTS) synthesis in your web applications. It utilizes either the Web Speech API or an external API to convert text into spoken language.

41 lines (40 loc) 773 B
{ "name": "commontown-text-to-speech", "version": "1.0.51", "description": "", "main": "index.js", "scripts": { "build": "browserify index.js -o dist/bundle.js", "watch": "watchify index.js -o dist/bundle.js -v" }, "browserify": { "transform": [ [ "babelify", { "presets": [ "es2015" ] } ] ] }, "author": "", "license": "ISC", "dependencies": { "axios": "^1.9.0", "browserify": "^16.2.2", "reading-time": "^1.1.3", "watchify": "^3.11.0" }, "devDependencies": { "babel-core": "^6.26.3", "babel-preset-es2015": "^6.24.1", "babelify": "^8.0.0" }, "keywords": [ "text-to-speech", "web-speech-api", "speech synthesis" ] }