-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.11 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
42
43
44
45
46
47
48
49
50
{
"name": "hokeylization",
"version": "1.3.10",
"description": "Automate translation of string tables and emails",
"main": "index.js",
"keywords": [
"translation",
"translate",
"language",
"localize",
"localization",
"internationalize",
"internationalization",
"cli",
"tool",
"hokeylization"
],
"homepage": "https://github.com/cobbzilla/hokeylization",
"author": "Jonathan Cobb <[email protected]> (https://github.com/cobbzilla)",
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/cobbzilla"
},
"repository": {
"type": "git",
"url": "https://github.com/cobbzilla/hokeylization"
},
"license": "Apache-2.0",
"dependencies": {
"@google-cloud/translate": "^7.0.1",
"chalk": "4",
"commander": "^9.4.0",
"dotenv": "^16.0.2",
"handlebars": "^4.7.7",
"he": "^1.2.0",
"safe-eval": "^0.4.1"
},
"scripts": {
"run": "node index.js",
"hokey": "node index.js",
"test": "mocha ./test/*.spec.js"
},
"bin": {
"hokey": "./hokey"
},
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^10.0.0"
}
}