UNPKG

extra-amazontts

Version:

Generate speech audio from super long text, via Amazon Polly and ffmpeg.

50 lines (49 loc) 1.06 kB
{ "name": "extra-amazontts", "version": "1.1.18", "description": "Generate speech audio from super long text, via Amazon Polly and ffmpeg.", "main": "index.js", "preferGlobal": true, "bin": { "amazontts": "index.js" }, "scripts": { "test": "exit" }, "repository": { "type": "git", "url": "git+https://github.com/nodef/extra-amazontts.git" }, "keywords": [ "extra", "amazontts", "amazon", "tts", "aws", "polly", "speech", "audio", "long", "text", "machine", "ffmpeg", "cli", "console", "shell" ], "author": "wolfram77@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/nodef/extra-amazontts/issues" }, "homepage": "https://github.com/nodef/extra-amazontts#readme", "dependencies": { "aws-sdk": "^2.1030.0", "boolean": "^3.1.4", "extra-awsconfig": "^1.3.7", "get-stdin": "^9.0.0", "lodash": "^4.17.21", "music-metadata": "^7.11.4", "tempy": "^2.0.0" } }