Нет описания

package.json 762B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "mjml-head-preview",
  3. "description": "mjml-head-preview",
  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-head-preview"
  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. },
  28. "devDependencies": {
  29. "@babel/cli": "^7.8.4",
  30. "rimraf": "^3.0.2"
  31. },
  32. "gitHead": "988819de3375867c09585d28f555166b97415200"
  33. }