@kaylucas/xlf-merge
Version:
Command-line tool for merging XLF files
35 lines (34 loc) • 735 B
JSON
{
"name": "@kaylucas/xlf-merge",
"version": "1.0.8",
"description": "Command-line tool for merging XLF files",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"xlf-merge": "./index.js"
},
"author": "Jaroslav Svak",
"license": "MIT",
"keywords": [
"XLIFF",
"XLF",
"Merge",
"Tool",
"Angular"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kaylucas/xlf-merge.git"
},
"bugs": {
"url": "https://github.com/kaylucas/xlf-merge/issues"
},
"homepage": "https://github.com/kaylucas/xlf-merge#readme",
"dependencies": {
"commander": "^6.2.0",
"shelljs": "^0.8.4",
"xml-js": "^1.6.4"
}
}