A starter kit/boilerplate for converting XML documents into JSON documents.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

16 lines
512 B

{
"name": "xmlconv",
"version": "1.0.0",
"description": "A starter kit/boilerplate for converting XML documents to JSON documents.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "[email protected]+sha512.67f5879916a9293e5cf059c23853d571beaf4f753c707f40cb22bed5fb1578c6aad3b6c4107ccb3ba0b35be003eb621a16471ac836c87beb53f9d54bb4612724",
"dependencies": {
"xml2js": "^0.6.2"
}
}