Nenhuma Descrição

package.json 777B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "mjml-wrapper",
  3. "description": "mjml-wrapper",
  4. "version": "4.14.1",
  5. "main": "lib/index.js",
  6. "files": [
  7. "lib"
  8. ],
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/mjmlio/mjml.git",
  12. "directory": "packages/mjml-wrapper"
  13. },
  14. "license": "MIT",
  15. "bugs": {
  16. "url": "https://github.com/mjmlio/mjml/issues"
  17. },
  18. "homepage": "https://mjml.io",
  19. "scripts": {
  20. "clean": "rimraf lib",
  21. "build": "babel src --out-dir lib --root-mode upward"
  22. },
  23. "dependencies": {
  24. "@babel/runtime": "^7.14.6",
  25. "lodash": "^4.17.21",
  26. "mjml-core": "4.14.1",
  27. "mjml-section": "4.14.1"
  28. },
  29. "devDependencies": {
  30. "@babel/cli": "^7.8.4",
  31. "rimraf": "^3.0.2"
  32. },
  33. "gitHead": "988819de3375867c09585d28f555166b97415200"
  34. }