{
  "name": "xml-to-json-util",
  "version": "1.0.1",
  "repository": {
    "type": "git",
    "url": "https://github.com/andredrumond1995/xml-to-json-util"
  },
  "description": "xml-to-json-util is a simple and efficient utility library for converting XML data to JSON format easily.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "typescript",
    "npm",
    "xml-to-json-util",
    "util"
  ],
  "scripts": {
    "build": "npm run clean && tsc",
    "clean": "rm -rf dist",
    "test:watch": "jest --watchAll",
    "test:watch:coverage": "jest --watchAll --coverage",
    "test:coverage": "jest --coverage",
    "test": "jest"
  },
  "author": "Andre Drumond das Chagas",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "29.5.11",
    "@types/lodash": "4.14.202",
    "jest": "29.7.0",
    "ts-jest": "29.1.1",
    "ts-node-dev": "2.0.0",
    "typescript": "5.3.3"
  },
  "dependencies": {
    "lodash": "4.17.21",
    "safe-json-parse": "4.0.0",
    "xml-js": "1.6.11"
  }
}
