{ "name": "mjml-cli", "description": "MJML: the only framework that makes responsive-email easy", "version": "4.14.1", "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.14.6", "chokidar": "^3.0.0", "glob": "^7.1.1", "html-minifier": "^4.0.0", "js-beautify": "^1.6.14", "lodash": "^4.17.21", "mjml-core": "4.14.1", "mjml-migrate": "4.14.1", "mjml-parser-xml": "4.14.1", "mjml-validator": "4.13.0", "yargs": "^16.1.0" }, "devDependencies": { "@babel/cli": "^7.8.4", "rimraf": "^3.0.2" }, "gitHead": "988819de3375867c09585d28f555166b97415200" }