package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "@honkit/markdown-legacy",
  3. "version": "6.0.2",
  4. "description": "Parse markdown content for HonKit",
  5. "homepage": "https://github.com/honkit/honkit",
  6. "bugs": {
  7. "url": "https://github.com/honkit/honkit/issues"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/honkit/honkit.git"
  12. },
  13. "license": "Apache-2.0",
  14. "author": "HonKit",
  15. "contributors": [
  16. {
  17. "name": "FriendCode Inc.",
  18. "email": "contact@gitbook.com"
  19. },
  20. {
  21. "name": "Aaron O'Mullan",
  22. "email": "aaron@gitbook.com"
  23. },
  24. {
  25. "name": "Samy Pessé",
  26. "email": "samy@gitbook.com"
  27. }
  28. ],
  29. "main": "lib/index.js",
  30. "files": [
  31. "lib",
  32. "!__tests__"
  33. ],
  34. "scripts": {
  35. "test": "jest",
  36. "updateSnapshot": "jest -u"
  37. },
  38. "dependencies": {
  39. "@honkit/html": "6.0.2",
  40. "kramed": "0.5.6",
  41. "lodash": "^4.17.21"
  42. },
  43. "devDependencies": {
  44. "cross-env": "^7.0.3",
  45. "jest": "^29.7.0"
  46. },
  47. "publishConfig": {
  48. "access": "public"
  49. },
  50. "gitHead": "9dcd51c588177ee3a684788c633a67b82dea82a5"
  51. }