-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 979 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
{
"name": "fb2-to-speechkit",
"version": "1.0.0",
"description": "Convert FB2 to Yandex SpeechKit",
"keywords": [
"fb2",
"speechkit",
"text",
"to",
"audio",
"text2audio"
],
"homepage": "https://github.com/Avol-V/fb2-to-speechkit#readme",
"bugs": {
"url": "https://github.com/Avol-V/fb2-to-speechkit/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Avol-V/fb2-to-speechkit.git"
},
"license": "MIT",
"author": "Andrey Volynkin",
"main": "build/index.js",
"bin": "build/cli.js",
"scripts": {
"build": "tsc",
"start": "node build/cli.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"eyo-kernel": "^2.5.6",
"node-expat": "^2.4.0",
"normalize-unicode-text": "0.0.1"
},
"devDependencies": {
"@types/node": "^16.11.26",
"@types/node-expat": "^2.3.2",
"typescript": "^4.6.3"
},
"engines": {
"node": ">=16.0"
}
}