{
  "name": "ofd-xml-parser",
  "version": "0.0.6",
  "description": "Validate XML or Parse XML to JS/JSON very fast without C/C++ based libraries",
  "main": "./src/parser.js",
  "private": false,
  "scripts": {
    "test": "jasmine spec/*spec.js"
  },
  "bin": {
    "xml2js": "./cli.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dltech21/fast-xml-parser"
  },
  "keywords": [
    "fast",
    "xml",
    "json",
    "parser",
    "xml2js",
    "x2js",
    "xml2json",
    "js",
    "traversable",
    "cli",
    "command",
    "validator",
    "validate",
    "transformer",
    "checker",
    "assert",
    "big",
    "js2xml",
    "json2xml",
    "nimn",
    "xml2nimn",
    "locale",
    "html"
  ],
  "author": "dltech21",
  "license": "MIT Modified",
  "devDependencies": {
    "@babel/core": "^7.10.2",
    "@babel/plugin-transform-runtime": "^7.10.1",
    "@babel/preset-env": "^7.10.2",
    "@babel/register": "^7.10.1",
    "babel-loader": "^8.1.0",
    "eslint": "^5.16.0",
    "he": "^1.2.0",
    "http-server": "^0.12.3",
    "istanbul": "^0.4.5",
    "jasmine": "^3.5.0",
    "nimnjs": "^1.3.2",
    "prettier": "^1.19.1",
    "publish-please": "^5.5.1",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11"
  },
  "typings": "src/parser.d.ts"
}
