forked from crowdin/crowdin-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 760 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 760 Bytes
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
{
"bin": {
"crowdin": "jdeploy-bundle/jdeploy.js"
},
"author": "Crowdin",
"description": "Crowdin CLI is a command line tool that allows you to manage and synchronize your localization resources with your Crowdin project",
"main": "index.js",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/crowdin/crowdin-cli.git"
},
"version": "3.6.5",
"jdeploy": {
"jar": "dist/crowdin-cli.jar"
},
"dependencies": {
"shelljs": "^0.8.4"
},
"license": "MIT",
"name": "@crowdin/cli",
"files": [
"jdeploy-bundle"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Crowdin",
"CLI",
"Client",
"Sync",
"Localization"
]
}