2016-05-08 22:28:51 +03:00
|
|
|
{
|
|
|
|
"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": {
|
2020-01-16 17:33:05 +02:00
|
|
|
"@babel/node": "^7.8.3",
|
2019-11-09 15:07:03 +02:00
|
|
|
"chalk": "^3.0.0",
|
2019-03-09 03:10:06 +03:00
|
|
|
"crowdin-api": "erickskrauch/crowdin-api#add_missed_methods_and_fix_files_uploading",
|
2019-11-09 15:07:03 +02:00
|
|
|
"glob": "^7.1.6",
|
|
|
|
"iso-639-1": "^2.1.0",
|
2019-07-01 06:39:59 +03:00
|
|
|
"mkdirp": "^0.5.1",
|
2019-03-09 03:10:06 +03:00
|
|
|
"multi-progress": "^2.0.0",
|
2016-05-17 00:22:06 +03:00
|
|
|
"prompt": "^1.0.0"
|
2016-05-08 22:28:51 +03:00
|
|
|
}
|
|
|
|
}
|