-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 865 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
{
"name": "persian-subtitle-fix",
"version": "1.1.0",
"description": "fix persian subtitle encoding",
"author": "Alireza Mahmoodi <[email protected]> (https://github.com/alireza-mh)",
"homepage": "https://github.com/alireza-mh/persian-subtitle-fix",
"repository": "github:alireza-mh/persian-subtitle-fix",
"main": "main.js",
"bin": {
"persian-subtitle-fix": "./main.js"
},
"files": [
"main.js",
"package.json",
"package-lock.json"
],
"scripts": {
"prepublishOnly": "tsc main.ts"
},
"keywords": [
"subtitle",
"subtitle-fix",
"persian-subtitle"
],
"license": "MIT",
"dependencies": {
"iconv-lite": "^0.5.0",
"inquirer": "^7.0.0",
"inquirer-path": "^1.0.0-beta5"
},
"devDependencies": {
"@types/inquirer": "^6.5.0",
"@types/node": "^12.7.3",
"typescript": "^3.6.2"
}
}