{
  "name": "mjml-cli",
  "description": "MJML: the only framework that makes responsive-email easy",
  "version": "5.3.0",
  "main": "bin/mjml",
  "bin": {
    "mjml-cli": "bin/mjml"
  },
  "files": [
    "bin",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mjmlio/mjml.git",
    "directory": "packages/mjml-cli"
  },
  "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"
  },
  "dependencies": {
    "@babel/runtime": "^7.28.4",
    "chokidar": "^4.0.3",
    "glob": "^11.1.0",
    "lodash": "^4.17.21",
    "minimatch": "^10.2.5",
    "mjml-core": "5.3.0",
    "mjml-parser-xml": "5.3.0",
    "mjml-preset-core": "5.3.0",
    "mjml-validator": "5.3.0",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "rimraf": "^3.0.2"
  },
  "gitHead": "d236786b347dd9366acfb2e1cb1a8d7cbe280804"
}
