Няма описание

package.json 1.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "mjml-cli",
  3. "description": "MJML: the only framework that makes responsive-email easy",
  4. "version": "4.14.1",
  5. "main": "bin/mjml",
  6. "bin": {
  7. "mjml-cli": "bin/mjml"
  8. },
  9. "files": [
  10. "bin",
  11. "lib"
  12. ],
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/mjmlio/mjml.git",
  16. "directory": "packages/mjml-cli"
  17. },
  18. "license": "MIT",
  19. "bugs": {
  20. "url": "https://github.com/mjmlio/mjml/issues"
  21. },
  22. "homepage": "https://mjml.io",
  23. "scripts": {
  24. "clean": "rimraf lib",
  25. "build": "babel src --out-dir lib --root-mode upward"
  26. },
  27. "dependencies": {
  28. "@babel/runtime": "^7.14.6",
  29. "chokidar": "^3.0.0",
  30. "glob": "^7.1.1",
  31. "html-minifier": "^4.0.0",
  32. "js-beautify": "^1.6.14",
  33. "lodash": "^4.17.21",
  34. "mjml-core": "4.14.1",
  35. "mjml-migrate": "4.14.1",
  36. "mjml-parser-xml": "4.14.1",
  37. "mjml-validator": "4.13.0",
  38. "yargs": "^16.1.0"
  39. },
  40. "devDependencies": {
  41. "@babel/cli": "^7.8.4",
  42. "rimraf": "^3.0.2"
  43. },
  44. "gitHead": "988819de3375867c09585d28f555166b97415200"
  45. }