ngx-translate-extract-csv
Version:
Convert ngx-translate-extract translation files to CSV
34 lines (33 loc) • 838 B
JSON
{
"name": "ngx-translate-extract-csv",
"version": "1.1.1",
"description": "Convert ngx-translate-extract translation files to CSV",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Costas Ioannou (killerchip)",
"license": "MIT",
"dependencies": {
"dot-object": "1.7.0",
"fast-csv": "^2.4.1"
},
"keywords": [
"ngx-translate-extract",
"json",
"csv",
"localization",
"i18n"
],
"repository": {
"type": "git",
"url": "git+https://github.com/killerchip/ngx-translate-extract-csv.git"
},
"homepage": "https://github.com/killerchip/ngx-translate-extract-csv/#readme",
"bugs": {
"url": "https://github.com/killerchip/ngx-translate-extract-csv/issues"
},
"bin": {
"ngx-translate-extract-csv": "./index.js"
}
}