{
  "name": "@wmfs/xml2csv",
  "version": "1.37.0",
  "description": "Convert XML file to CSV file",
  "author": "West Midlands Fire Service",
  "homepage": "https://github.com/wmfs/xml2csv#readme",
  "keywords": [
    "tymly",
    "xml",
    "convert",
    "package",
    "csv"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/wmfs/xml2csv.git"
  },
  "bugs": {
    "url": "https://github.com/wmfs/xml2csv/issues"
  },
  "main": "./lib/index.js",
  "dependencies": {
    "debug": "4.4.1",
    "dottie": "2.0.6",
    "fs-extra": "11.3.0",
    "lodash": "4.17.21",
    "sax": "1.4.1"
  },
  "devDependencies": {
    "chai": "4.5.0",
    "chai-subset": "1.6.0",
    "codecov": "3.8.3",
    "conventional-changelog-conventionalcommits": "8.0.0",
    "cz-conventional-changelog": "3.3.0",
    "mocha": "11.2.2",
    "nyc": "17.1.0",
    "semantic-release": "24.2.3",
    "standard": "17.1.2",
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/release-notes-generator": "14.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"
  }
}
