wikipedia-tts
Version:
Crawl Wikipedia pages and upload TTS to Youtube.
49 lines (48 loc) • 1.04 kB
JSON
{
"name": "wikipedia-tts",
"version": "1.4.11",
"description": "Crawl Wikipedia pages and upload TTS to Youtube.",
"main": "index.js",
"scripts": {
"test": "exit"
},
"preferGlobal": true,
"bin": {
"wikipedia-tts": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodef/wikipedia-tts.git"
},
"keywords": [
"wikipedia",
"tts",
"wiki",
"text",
"speech",
"crawl",
"page",
"upload",
"youtube",
"merferry"
],
"author": "wolfram77@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodef/wikipedia-tts/issues"
},
"homepage": "https://github.com/nodef/wikipedia-tts#readme",
"dependencies": {
"boolean": "^3.0.1",
"download": "^7.1.0",
"extra-ffmpeg": "^4.0.3",
"extra-googletts": "^1.6.19",
"extra-stillvideo": "^1.2.6",
"extra-youtubeuploader": "^19.6.0",
"is-video": "^1.0.1",
"lodash": "^4.17.15",
"sqlite": "^3.0.3",
"tempy": "^0.5.0",
"wikijs": "^6.0.1"
}
}