Нема описа

package.json 892B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "mjml-parser-xml",
  3. "description": "mjml-parser-xml",
  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-parser-xml"
  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. "test": "node ./test/test.js"
  23. },
  24. "dependencies": {
  25. "@babel/runtime": "^7.14.6",
  26. "detect-node": "2.0.4",
  27. "htmlparser2": "^8.0.1",
  28. "lodash": "^4.17.15"
  29. },
  30. "devDependencies": {
  31. "@babel/cli": "^7.8.4",
  32. "chai": "^4.1.1",
  33. "mjml": "4.14.1",
  34. "mjml-core": "4.14.1",
  35. "rimraf": "^3.0.2"
  36. },
  37. "gitHead": "988819de3375867c09585d28f555166b97415200"
  38. }