-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1018 Bytes
/
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
{
"name": "tor-speech",
"version": "1.0.13",
"description": "Text speech api Yandex & Google + Tor",
"main": "index.js",
"dependencies": {
"@dreamed-atlas/tor-downloader": "^1.0.0",
"child_process": "^1.0.2",
"fs": "^0.0.1-security",
"os": "^0.1.1",
"path": "^0.12.7",
"stream": "^0.0.2",
"tor-axios": "^1.0.9",
"tree-kill": "^1.2.2"
},
"scripts": {
"test": "node test.js",
"postinstall": "node install-tor.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prohetamine/tor-speech.git"
},
"keywords": [
"text",
"speech",
"free",
"tor speech",
"yandex",
"google",
"api",
"tts",
"text to speech",
"texttospeech",
"yandex speech",
"google speech",
"speech api",
"read text"
],
"author": "Stas Prohetamine",
"license": "ISC",
"bugs": {
"url": "https://github.com/prohetamine/tor-speech/issues"
},
"homepage": "https://github.com/prohetamine/tor-speech#readme"
}