-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
26 lines (26 loc) · 973 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
{
"name": "gitkraken-i18n",
"version": "8.2.1",
"description": "Unofficial GitKraken i18n project",
"scripts": {
"pull:mac": "cp /Applications/GitKraken.app/Contents/Resources/app.asar.unpacked/src/strings.json en/",
"restore:mac": "cp en/strings.json /Applications/GitKraken.app/Contents/Resources/app.asar.unpacked/src/",
"change:mac:jp": "cp ja/strings.json /Applications/GitKraken.app/Contents/Resources/app.asar.unpacked/src/",
"textlint:ja": "node json2values.js > ja.md && textlint ja.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/megos/gitkraken-i18n.git"
},
"author": "megos",
"bugs": {
"url": "https://github.com/megos/gitkraken-i18n/issues"
},
"homepage": "https://github.com/megos/gitkraken-i18n#readme",
"devDependencies": {
"textlint": "14.0.4",
"textlint-filter-rule-allowlist": "4.0.0",
"textlint-rule-preset-jtf-style": "2.3.14",
"textlint-rule-prh": "6.0.0"
}
}