-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
61 lines (61 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
{
"name": "@progress/kendo-angular-messages",
"version": "0.0.0-PLACEHOLDER",
"description": "Localization messages - Kendo UI for Angular",
"author": "Progress",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://github.com/telerik/kendo-angular-messages#readme",
"main": "index.js",
"bin": {
"kendo-translate": "./bin/kendo-translate.js"
},
"scripts": {
"lint": "npx yaml-lint ./messages/**/*.yml",
"test": "bash ./test/run",
"seed-messages": "bash ./tools/seed-messages.sh",
"append-message": "bash ./tools/append-message.sh",
"prepare": "husky install"
},
"dependencies": {
"cheerio": "1.0.0-rc.12",
"data.task": "^3.1.2",
"glob": "^8.0.3",
"js-yaml": "^4.1.0",
"ramda": "^0.28.0",
"xlf-translate": "^2.0.5"
},
"devDependencies": {
"@commitlint/cli": "^17.4.0",
"@commitlint/config-conventional": "^17.4.0",
"husky": "^8.0.0",
"semantic-release": "^19.0.5",
"yaml-lint": "^1.7.0"
},
"overrides": {
"ip": "2.0.1"
},
"bugs": {
"url": "https://github.com/telerik/kendo-angular-messages/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/telerik/kendo-angular-messages.git"
},
"release": {
"branches": [
{
"name": "master",
"channel": "latest"
},
{
"name": "develop",
"prerelease": true,
"channel": "dev"
}
]
},
"files": [
"bin",
"messages"
]
}