-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.45 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
61
62
63
{
"name": "ilib-loctool-webos-ts-resource",
"version": "1.5.4",
"main": "./TSResourceFileType.js",
"description": "A loctool plugin that knows how to process ts resource files",
"license": "Apache-2.0",
"keywords": [
"internationalization",
"i18n",
"localization",
"l10n",
"globalization",
"g11n",
"strings",
"resources",
"locale",
"translation",
"qml",
"ts"
],
"author": {
"name": "Goun Lee",
"email": "[email protected]"
},
"contributors": [
{
"name": "Goun Lee",
"email": "[email protected]"
}
],
"files": [
"README.md",
"LICENSE",
"TSResourceFileType.js",
"TSResourceFile.js"
],
"repository": {
"type": "git",
"url": "https://github.com/iLib-js/ilib-loctool-webos-ts-resource.git"
},
"scripts": {
"dist": "npm pack",
"test": "jest",
"test:watch": "jest --watch",
"debug": "node --inspect-brk node_modules/.bin/jest -i",
"clean": "git clean -f -d *"
},
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"ilib": "^14.19.0",
"pretty-data": "^0.40.0",
"xml-js": "^1.6.11"
},
"peerDependencies": {
"loctool": "2.24.0"
},
"devDependencies": {
"jest": "^26.6.3",
"loctool": "2.24.0"
}
}