-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.34 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": "ilib-loctool-webos-c",
"version": "1.7.4",
"main": "./CFileType.js",
"description": "A loctool plugin that knows how to process C files",
"license": "Apache-2.0",
"keywords": [
"internationalization",
"i18n",
"localization",
"l10n",
"globalization",
"g11n",
"strings",
"resources",
"locale",
"translation",
"c"
],
"author": {
"name": "Goun Lee",
"email": "[email protected]"
},
"contributors": [
{
"name": "Goun Lee",
"email": "[email protected]"
}
],
"files": [
"README.md",
"LICENSE",
"CFileType.js",
"CFile.js"
],
"repository": {
"type": "git",
"url": "https://github.com/iLib-js/ilib-loctool-webos-c.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-loctool-webos-json-resource": "1.6.1"
},
"peerDependencies": {
"loctool": "2.24.0"
},
"devDependencies": {
"jest": "^26.6.3",
"loctool": "2.24.0"
}
}