{
"name": "p3x-xml2json",
"corifeus": {
"prefix": "p3x-",
"publish": true,
"type": "p3x",
"code": "Done",
"nodejs": "v20.5.1",
"opencollective": false,
"reponame": "xml2json",
"build": true
},
"version": "2023.10.131",
"description": "Converts xml to json and vice-versa, using node-expat",
"repository": {
"type": "git",
"url": "git+https://github.com/patrikx3/xml2json.git"
},
"license": "MIT",
"main": "index",
"scripts": {
"test": "grunt && lab -I globalThis --a @hapi/code -v -t 93 test/test.js"
},
"dependencies": {
"@hapi/hoek": "^11.0.2",
"joi": "^17.11.0",
"nan": "^2.18.0",
"node-expat": "^2.4.0"
},
"bin": {
"p3x-xml2json": "bin/xml2json"
},
"devDependencies": {
"@hapi/code": "^9.0.3",
"@hapi/lab": "^25.1.3",
"corifeus-builder": "^2023.10.139"
},
"engines": {
"node": ">=12.13.0"
},
"homepage": "https://corifeus.com/xml2json"
}