-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"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": "[email protected]",
"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"
}
}