-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
60 lines (60 loc) · 1.6 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
51
52
53
54
55
56
57
58
59
60
{
"name": "locize-cli",
"version": "8.2.0",
"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.10",
"async": "3.2.5",
"cacheable-lookup": "6.1.0",
"colors": "1.4.0",
"commander": "9.5.0",
"csvjson": "5.1.0",
"diff": "5.2.0",
"dotenv": "16.4.5",
"flat": "5.0.2",
"fluent_conv": "3.3.0",
"gettext-converter": "1.3.0",
"https-proxy-agent": "5.0.1",
"ini": "4.1.3",
"js-yaml": "4.1.0",
"laravelphp": "2.0.4",
"lodash.clonedeep": "4.5.0",
"mkdirp": "3.0.1",
"node-fetch": "2.7.0",
"resx": "2.0.4",
"rimraf": "3.0.2",
"strings-file": "0.0.5",
"tmexchange": "2.0.5",
"xliff": "6.2.1",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"devDependencies": {
"eslint": "8.56.0",
"gh-release": "7.0.2",
"pkg": "5.8.1"
},
"scripts": {
"lint": "eslint .",
"test": "npm run lint",
"pkg": "mkdir -p ./bins && pkg ./bin/locize --out-path ./bins --targets node18-linux-x64,node18-macos-x64,node18-win-x64,node18-alpine-x64",
"release": "gh-release --assets ./bins/locize-linux,./bins/locize-macos,./bins/locize-win.exe,./bins/locize-alpine",
"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"
}
}