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-07-01 09:09:59 +05:30
|
|
|
"@babel/node": "^7.0.0",
|
2016-05-17 02:52:06 +05:30
|
|
|
"chalk": "^1.1.3",
|
2019-03-09 05:40:06 +05:30
|
|
|
"crowdin-api": "erickskrauch/crowdin-api#add_missed_methods_and_fix_files_uploading",
|
2019-07-01 09:09:59 +05:30
|
|
|
"glob": "^7.1.4",
|
2019-03-09 05:40:06 +05:30
|
|
|
"iso-639-1": "^2.0.3",
|
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
|
|
|
}
|
|
|
|
}
|