2016-05-09 00:58:51 +05:30
|
|
|
{
|
|
|
|
"name": "scripts",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "i18n-build.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2019-11-26 23:44:46 +05:30
|
|
|
"@babel/node": "^7.7.4",
|
2019-11-09 18:37:03 +05:30
|
|
|
"chalk": "^3.0.0",
|
2019-03-09 05:40:06 +05:30
|
|
|
"crowdin-api": "erickskrauch/crowdin-api#add_missed_methods_and_fix_files_uploading",
|
2019-11-09 18:37:03 +05:30
|
|
|
"glob": "^7.1.6",
|
|
|
|
"iso-639-1": "^2.1.0",
|
2019-07-01 09:09:59 +05:30
|
|
|
"mkdirp": "^0.5.1",
|
2019-03-09 05:40:06 +05:30
|
|
|
"multi-progress": "^2.0.0",
|
2016-05-17 02:52:06 +05:30
|
|
|
"prompt": "^1.0.0"
|
2016-05-09 00:58:51 +05:30
|
|
|
}
|
|
|
|
}
|