mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-06 16:21:23 +05:30
23 lines
521 B
JSON
23 lines
521 B
JSON
{
|
|
"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": {
|
|
"@babel/node": "^7.7.4",
|
|
"chalk": "^3.0.0",
|
|
"crowdin-api": "erickskrauch/crowdin-api#add_missed_methods_and_fix_files_uploading",
|
|
"glob": "^7.1.6",
|
|
"iso-639-1": "^2.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"multi-progress": "^2.0.0",
|
|
"prompt": "^1.0.0"
|
|
}
|
|
}
|