@trisbee/lingui-locale-cleaner
Version:
Cleans up comments from .po files generated by @lingui\react
39 lines (38 loc) • 860 B
JSON
{
"name": "@trisbee/lingui-locale-cleaner",
"version": "1.2.1",
"description": "Cleans up comments from .po files generated by @lingui\\react",
"main": "src/cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trisbee/lingui-locale-cleaner.git"
},
"engines": {
"node": ">=10.0.0"
},
"keywords": [
"Lingui",
"Commnets",
"Cleaner",
"React",
"INTL",
"i18n",
"i18n-js",
"trisbee"
],
"author": "HamAndRock",
"license": "MIT",
"bugs": {
"url": "https://github.com/trisbee/lingui-locale-cleaner/issues"
},
"bin": {
"lingui-locale-cleaner": "bin/locale-cleanup.js"
},
"homepage": "https://github.com/trisbee/lingui-locale-cleaner#readme",
"dependencies": {
"esm": "^3.2.25"
}
}