forked from matrix-org/matrix-web-i18n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (27 loc) · 788 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
27
28
{
"name": "matrix-web-i18n",
"version": "1.1.2",
"description": "Internationalisation utils for Matrix web projects",
"keywords": [
"i18n"
],
"license": "Apache-2.0",
"bin": {
"matrix-gen-i18n": "scripts/gen-i18n.js",
"matrix-prune-i18n": "scripts/prune-i18n.js",
"matrix-compare-i18n-files": "scripts/compare-file.js"
},
"repository": {
"type": "git",
"url": "https://github.com/matrix-org/matrix-web-i18n"
},
"homepage": "https://github.com/matrix-org/matrix-web-i18n",
"bugs": {
"url": "https://github.com/matrix-org/matrix-web-i18n/issues"
},
"dependencies": {
"@babel/parser": "^7.13.16",
"@babel/traverse": "^7.13.17",
"walk": "^2.3.14"
}
}