UNPKG

sp-xml-to-json

Version:
42 lines (41 loc) 874 B
{ "name": "sp-xml-to-json", "version": "1.0.0", "description": "Converts XML to JSON", "scripts": { "test": "jest", "build": "babel src -d dist" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/sergiopino/xml2json.git" }, "keywords": [ "sp-xml-to-json", "xml2js", "xml2json", "xmlToJson", "xml", "json", "converter" ], "author": "Sergio PINO", "license": "ISC", "bugs": { "url": "https://github.com/sergiopino/xml2json/issues" }, "homepage": "https://github.com/sergiopino/xml2json#readme", "dependencies": { "xml2js": "^0.4.23" }, "devDependencies": { "@babel/cli": "^7.16.0", "@babel/core": "^7.16.0", "@babel/preset-env": "^7.16.0", "babel-jest": "^27.4.5", "jest": "^27.4.7" }, "bin": { "sp-xml-to-json": "./dist/sp-xml-to-json.js" } }