-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 912 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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "crowdin-helper",
"version": "3.0.0",
"engines": {
"node": ">=10.0"
},
"description": "Unofficial Crowdin client to automate continuous integration workflow",
"bin": {
"crowdin-helper": "./crowdin-helper.js"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuriykuzin/crowdin-helper.git"
},
"keywords": [
"crowdin",
"cli"
],
"author": "Yuriy Kuzin",
"license": "MIT",
"bugs": {
"url": "https://github.com/yuriykuzin/crowdin-helper/issues"
},
"homepage": "https://github.com/yuriykuzin/crowdin-helper#readme",
"dependencies": {
"@crowdin/crowdin-api-client": "1.12.3",
"glob": "7.2.0",
"node-fetch": "2.6.6",
"unzipper": "0.10.11"
},
"devDependencies": {
"jest": "27.4.5",
"jest-fetch-mock": "2.1.2"
},
"jest": {
"testURL": "http://localhost/"
}
}