{
  "name": "mjml-core",
  "description": "mjml-core",
  "version": "5.0.0-beta.2",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mjmlio/mjml.git",
    "directory": "packages/mjml-core"
  },
  "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": "mocha ./tests/*.test.js"
  },
  "dependencies": {
    "@babel/runtime": "^7.28.4",
    "cheerio": "1.0.0",
    "cssnano": "^7.1.2",
    "cssnano-preset-lite": "^4.0.4",
    "detect-node": "^2.0.4",
    "htmlnano": "^3.2.0",
    "juice": "^11.0.0",
    "lodash": "^4.17.21",
    "mjml-parser-xml": "5.0.0-beta.2",
    "mjml-validator": "5.0.0-beta.2",
    "postcss": "^8.5.8",
    "prettier": "^3.8.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "chai": "^4.1.1",
    "rimraf": "^3.0.2"
  },
  "gitHead": "9aac8c66d964abad5fa70fb46734a6360a4163b4"
}
