-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 894 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
{
"name": "tip-sheet-translate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"extract": "ts-node extract_english_json.ts",
"translate": "ts-node translate_indesign.ts",
"sheet-to-json": "ts-node sheet_to_json.ts"
},
"dependencies": {
"@types/adm-zip": "^0.4.33",
"@types/dom-parser": "^0.1.0",
"@types/ncp": "^2.0.4",
"@types/node": "^12.0.0",
"@types/rimraf": "^3.0.0",
"@types/rmfr": "^2.0.0",
"@types/string-similarity": "^3.0.0",
"adm-zip": "^0.4.16",
"dom-parser": "^0.1.6",
"fast-xml-parser": "3.17.4",
"html-entities": "^1.3.1",
"ncp": "^2.0.0",
"pdf-lib": "^1.9.0",
"rimraf": "^3.0.2",
"rmfr": "^2.0.0",
"string-similarity": "^4.0.2",
"ts-node": "^8.10.2",
"typescript": "^3.9.6",
"xlsx": "^0.16.6"
},
"author": "Michael Clapham",
"license": "MIT"
}