UNPKG

tts-simple

Version:

A simple and lightweight package for text to speach conversion

30 lines (29 loc) 684 B
{ "name": "tts-simple", "version": "1.0.2", "description": "A simple and lightweight package for text to speach conversion", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/CheeseDanish1/tts-simple.git" }, "keywords": [ "tts", "discordjs", "nodejs", "text-to-speach", "simple" ], "author": "CheeseDanish", "license": "ISC", "bugs": { "url": "https://github.com/CheeseDanish1/tts-simple/issues" }, "dependencies": { "request": "^2.88.2" }, "homepage": "https://github.com/CheeseDanish1/tts-simple#README" }