-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "ng-i18n-merge-files",
"version": "1.3.1",
"description": "Simplify the maintenance of the translation messages of an Angular application by splitting them into multiple files.",
"homepage": "https://github.com/marcioggs/ng-i18n-merge-files#readme",
"bugs": "https://github.com/marcioggs/ng-i18n-merge-files/issues",
"repository": "https://github.com/marcioggs/ng-i18n-merge-files.git",
"bin": {
"ng-i18n-merge-files": "dist/main.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"prepack": "npm run build",
"prepare": "husky install"
},
"workspaces": [
"./sample/*"
],
"keywords": [
"angular",
"i18n",
"translation",
"internationalization"
],
"author": "Márcio Gabriel",
"license": "ISC",
"dependencies": {
"change-case": "^4.1.2",
"glob": "^7.2.0",
"xml-js": "^1.6.11",
"yargs": "^17.2.1"
},
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/node": "^16.11.7",
"@types/yargs": "^17.0.5",
"husky": "^7.0.4",
"lint-staged": "^12.0.2",
"prettier": "2.4.1",
"typescript": "^4.4.4"
}
}