xsd-json-converter
Version:
Convert XSD to JSON
46 lines (45 loc) • 1.03 kB
JSON
{
"name": "xsd-json-converter",
"version": "2.1.1",
"description": "Convert XSD to JSON",
"private": false,
"main": "dist/main.js",
"types": "dist/main.d.ts",
"bin": {
"xjc": "dist/index.js"
},
"type": "module",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/pixelbyaj/xsd-json-converter.git"
},
"keywords": [
"xsd",
"json",
"converter",
"xsdtojsonconverter",
"iso20022",
"swiftmx"
],
"author": {
"name":"Abhishek Joshi (aka pixelbyaj)",
"url": "https://swiftmx.co/xsd-json-converter"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pixelbyaj/xsd-json-converter/issues"
},
"homepage": "https://swiftmx.co/xsd-json-converter",
"scripts": {
"build": "tsc && npm run copy-tools",
"copy-tools": "node ./copy.js",
"prepublish": "npm run build"
},
"devDependencies": {
"@types/node": "^20.14.11",
"typescript": "^5.5.4"
}
}