-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 938 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
{
"name": "mkv-translate",
"version": "1.0.1",
"description": "MKV anime file extrack subtitle and translate thai.",
"main": "index.js",
"scripts": {
"dev": "env-cmd node index.js",
"build": "pkg package.json --icon app.ico --output mkv-translate.exe",
"eslint": "eslint --ext .js --ignore-path .gitignore ."
},
"bin": {
"mkv-translate": "index.js"
},
"pkg": {
"icon": "app.ico",
"targets": [
"node10"
]
},
"keywords": [],
"author": "Kananek T.",
"license": "ISC",
"dependencies": {
"@google-cloud/translate": "^6.0.4",
"@touno-io/debuger": "^2.0.2",
"moment": "^2.24.0",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"yargs": "^15.1.0"
},
"devDependencies": {
"env-cmd": "^10.0.1",
"eslint": "^6.7.2",
"pkg": "^4.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/touno-io/tool-mkv-translate.git"
}
}