forked from IDEMSInternational/indesign-translate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
38
39
40
41
{
"name": "indesign-translate",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"extract": "ts-node extract_source_json.ts",
"translate": "ts-node translate_indesign.ts",
"sheet-to-json": "ts-node sheet_to_json.ts"
},
"dependencies": {
"@types/adm-zip": "^0.4.34",
"@types/dom-parser": "^0.1.1",
"@types/ncp": "^2.0.5",
"@types/node": "^17.0.17",
"@types/rimraf": "^3.0.2",
"@types/rmfr": "^2.0.1",
"@types/string-similarity": "^4.0.0",
"adm-zip": "^0.5.9",
"dom-parser": "^0.1.6",
"fast-xml-parser": "4.1.2",
"html-entities": "^2.3.2",
"ncp": "^2.0.0",
"pdf-lib": "^1.17.1",
"rimraf": "^3.0.2",
"rmfr": "^2.0.0",
"string-similarity": "^4.0.4",
"ts-node": "^10.5.0",
"typescript": "^4.1.2",
"xlsx": "^0.18.0"
},
"author": "Michael Clapham",
"contributors": [
{
"name": "John D'Orazio",
"url": "https://github.com/JohnRDOrazio",
"email": "[email protected]"
}
],
"license": "MIT"
}