UNPKG

xsdlibrary

Version:
44 lines (43 loc) 898 B
{ "name": "xsdlibrary", "version": "1.3.6", "description": "Xml Schema Library", "main": "index.js", "scripts": { "test": "node test.js", "start": "node index.js" }, "repository": { "type": "git", "url": "https://github.com/sublimedatasys/xsdlib.git" }, "keywords": [ "xsd", "xml", "xml schema", "xml2xsd", "xsd2xml", "json2xml", "json schema to xsd", "json to xml", "xml to xsd", "xml to xml schema", "coverter", "xml library", "xsd library" ], "author": "Sublime Data Systems", "license": "ISC", "dependencies": { "fast-xml-parser": "^3.17.3", "json-beautify": "^1.1.1", "json-to-json-schema": "0.0.4", "lodash": "^4.17.15", "to-json-schema": "^0.2.5", "xml-formatter": "^2.1.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-latest": "^6.24.1" } }