{
  "name": "mjml-parser-xml",
  "description": "mjml-parser-xml",
  "version": "4.15.3",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mjmlio/mjml.git",
    "directory": "packages/mjml-parser-xml"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mjmlio/mjml/issues"
  },
  "homepage": "https://mjml.io",
  "scripts": {
    "clean": "rimraf lib",
    "build": "babel src --out-dir lib --root-mode upward",
    "test": "node ./test/test.js"
  },
  "dependencies": {
    "@babel/runtime": "^7.23.9",
    "detect-node": "2.1.0",
    "htmlparser2": "^9.1.0",
    "lodash": "^4.17.15"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "chai": "^4.1.1",
    "mjml": "4.15.3",
    "mjml-core": "4.15.3",
    "rimraf": "^3.0.2"
  },
  "gitHead": "1c2f45978bebd8a7e707538f045b3863b0e66384"
}
