UNPKG

mjml-core

Version:
43 lines (42 loc) 1.01 kB
{ "name": "mjml-core", "description": "mjml-core", "version": "4.13.0", "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": "node ./tests/index.js" }, "dependencies": { "@babel/runtime": "^7.14.6", "cheerio": "1.0.0-rc.10", "detect-node": "2.0.4", "html-minifier": "^4.0.0", "js-beautify": "^1.6.14", "juice": "^7.0.0", "lodash": "^4.17.21", "mjml-migrate": "4.13.0", "mjml-parser-xml": "4.13.0", "mjml-validator": "4.13.0" }, "devDependencies": { "@babel/cli": "^7.8.4", "chai": "^4.1.1", "rimraf": "^3.0.2" }, "gitHead": "16eee8e2693c1211ad29841c4cae0c600d6d6fb5" }