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": {
|
2020-01-16 21:03:05 +05:30
|
|
|
"@babel/node": "^7.8.3",
|
2020-01-17 15:14:22 +05:30
|
|
|
"@types/mkdirp": "^0.5.2",
|
|
|
|
"@types/progress": "^2.0.3",
|
2019-11-09 18:37:03 +05:30
|
|
|
"chalk": "^3.0.0",
|
2020-01-17 15:14:22 +05:30
|
|
|
"crowdin-api": "^4.0.0",
|
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",
|
2020-01-17 15:14:22 +05:30
|
|
|
"prompt": "^1.0.0",
|
|
|
|
"utility-types": "^3.10.0"
|
2016-05-09 00:58:51 +05:30
|
|
|
}
|
|
|
|
}
|