accounts-frontend/packages/scripts/package.json

26 lines
556 B
JSON
Raw Normal View History

{
"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.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",
"multi-progress": "^2.0.0",
2020-01-17 15:14:22 +05:30
"prompt": "^1.0.0",
"utility-types": "^3.10.0"
}
}