This repository was archived by the owner on Sep 2, 2025. It is now read-only.
forked from locize/locize-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.5 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.5 KB
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
51
52
53
54
55
56
57
58
59
{
"name": "locize-cli",
"version": "7.10.1",
"description": "locize cli to import locales",
"main": "index.js",
"bin": {
"locize": "./bin/locize"
},
"dependencies": {
"@js.properties/properties": "0.5.4",
"android-string-resource": "2.3.4",
"async": "3.2.3",
"cacheable-lookup": "6.0.4",
"colors": "1.4.0",
"commander": "9.0.0",
"csvjson": "5.1.0",
"diff": "5.0.0",
"flat": "5.0.2",
"fluent_conv": "3.1.0",
"gettext-converter": "1.2.2",
"https-proxy-agent": "5.0.0",
"ini": "2.0.0",
"js-yaml": "4.1.0",
"laravelphp": "2.0.3",
"lodash.clonedeep": "4.5.0",
"mkdirp": "1.0.4",
"node-fetch": "2.6.7",
"resx": "2.0.3",
"rimraf": "3.0.2",
"strings-file": "0.0.5",
"tmexchange": "2.0.4",
"xliff": "6.0.3",
"xlsx": "0.18.3"
},
"devDependencies": {
"eslint": "7.32.0",
"gh-release": "6.0.2",
"pkg": "5.5.2"
},
"scripts": {
"lint": "eslint .",
"test": "npm run lint",
"pkg": "mkdir -p ./bins && pkg ./bin/locize --out-path ./bins --targets node16-linux-x64,node16-macos-x64,node16-win-x64",
"release": "gh-release --assets ./bins/locize-linux,./bins/locize-macos,./bins/locize-win.exe",
"version": "npm run pkg",
"postversion": "git push && npm run release"
},
"keywords": [
"cli",
"locize"
],
"author": "adrai",
"license": "MIT",
"homepage": "http://locize.com",
"repository": {
"type": "git",
"url": "git+https://github.com/locize/locize-cli.git"
}
}