x2j-cli
Version:
Node.js command line script to convert xml input into json output (can be piped easily)
46 lines (45 loc) • 930 B
JSON
{
"name": "x2j-cli",
"version": "1.0.4",
"description": "Node.js command line script to convert xml input into json output (can be piped easily)",
"keywords": [
"xml",
"json",
"convert",
"xml to json",
"xml2json",
"xml-json",
"xml-to-json",
"xml 2 json",
"xml to js",
"xml to javascript"
],
"engines": {
"node": ">=4"
},
"main": "index.js",
"bin": {
"x2j": "./index.js",
"xml2json": "./index.js"
},
"preferGlobal": true,
"scripts": {
"test": "tap test/**.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lmammino/x2j-cli.git"
},
"author": "Luciano Mammino",
"license": "MIT",
"bugs": {
"url": "https://github.com/lmammino/x2j-cli/issues"
},
"homepage": "https://github.com/lmammino/x2j-cli#readme",
"dependencies": {
"xml2js": "^0.4.17"
},
"devDependencies": {
"tap": "^8.0.1"
}
}