18 lines
544 B
JSON
18 lines
544 B
JSON
{
|
|
"name": "translationscripts",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "These scripts are used to translate the app automatically by reusing the existing translation found in the Status-React repo: https://github.com/status-im/status-react/tree/develop/translations",
|
|
"main": "qstrConverter.js",
|
|
"dependencies": {
|
|
"fs-extra": "^9.0.1",
|
|
"xml-js": "^1.6.11"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "jrainville",
|
|
"license": "ISC"
|
|
}
|