-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.2 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
{
"name": "ming",
"version": "0.0.1",
"description": "Auto subtitle synchronization tool",
"main": "index.js",
"scripts": {
"build": "tsc",
"debug": "ts-node src/index combine resources/linus_torvalds/ground_truth.srt resources/linus_torvalds/recognition_result.json --debug-html --output-file debug.srt",
"test": "tsc && node dist/index.js combine resources/linus_torvalds/ground_truth.srt resources/linus_torvalds/recognition_result.json"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/CLUG-kr/ming.git"
},
"author": "JinGyeong Jeong",
"license": "MIT",
"bugs": {
"url": "https://github.com/CLUG-kr/ming/issues"
},
"homepage": "https://github.com/CLUG-kr/ming#readme",
"dependencies": {
"@types/lodash": "^4.14.74",
"@types/node": "^8.0.25",
"@types/watson-developer-cloud": "^2.31.0",
"binary-search-bounds": "^2.0.3",
"commander": "^2.10.0",
"fast-levenshtein": "^2.0.6",
"fluent-ffmpeg": "^2.1.2",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"moment-duration-format": "^1.3.0",
"striptags": "^3.0.1",
"subtitles-parser": "0.0.2",
"tempfile": "^2.0.0",
"watson-developer-cloud": "^2.32.1"
}
}