@wmfs/xml-flatten2csv
Version:
Flattened XML file to CSV file
57 lines (56 loc) • 1.35 kB
JSON
{
"name": "@wmfs/xml-flatten2csv",
"version": "1.12.0",
"description": "Flattened XML file to CSV file",
"author": "West Midlands Fire Service",
"homepage": "https://github.com/wmfs/xml-flatten2csv#readme",
"keywords": [
"tymly",
"xml",
"convert",
"package",
"csv"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wmfs/xml-flatten2csv.git"
},
"bugs": {
"url": "https://github.com/wmfs/xml-flatten2csv/issues"
},
"main": "./lib/index.js",
"dependencies": {
"jsonpath": "1.1.1",
"mkdirp": "3.0.1",
"sax": "1.4.1"
},
"devDependencies": {
"chai": "4.5.0",
"chai-string": "1.5.0",
"codecov": "3.8.3",
"conventional-changelog-metahub": "4.0.1",
"cz-conventional-changelog": "3.3.0",
"dirty-chai": "2.0.1",
"mocha": "10.8.2",
"nyc": "17.1.0",
"semantic-release": "24.2.0",
"standard": "17.1.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1"
},
"scripts": {
"lint": "standard",
"test": "nyc mocha",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"semantic-release": "semantic-release"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"publishConfig": {
"access": "public"
}
}