{
  "name": "@joplin/renderer",
  "version": "3.5.1",
  "description": "The Joplin note renderer, used the mobile and desktop application",
  "repository": "https://github.com/laurent22/joplin/tree/dev/packages/renderer",
  "main": "index.js",
  "types": "index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "buildAssets": "node Tools/buildAssets.js",
    "build": "yarn buildAssets",
    "tsc": "tsc --project tsconfig.json",
    "watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
    "test": "jest",
    "test-ci": "yarn test"
  },
  "author": "",
  "license": "AGPL-3.0-or-later",
  "//": "Mermaid is bundled by buildAssets.js -- using it as an unbundled dependency significantly increases app size.",
  "devDependencies": {
    "@types/jest": "29.5.14",
    "@types/markdown-it": "13.0.9",
    "@types/node": "18.19.130",
    "jest": "29.7.0",
    "jest-environment-jsdom": "29.7.0",
    "mermaid": "11.10.1",
    "ts-jest": "29.4.1",
    "typescript": "5.8.3"
  },
  "dependencies": {
    "@joplin/fork-htmlparser2": "^4.1.60",
    "@joplin/fork-uslug": "^2.0.3",
    "@joplin/utils": "^3.5.1",
    "@types/json5": "2.2.0",
    "abcjs": "6.5.2",
    "font-awesome-filetypes": "2.1.0",
    "fs-extra": "11.3.2",
    "highlight.js": "11.11.1",
    "html-entities": "1.4.0",
    "json-stringify-safe": "5.0.1",
    "json5": "2.2.3",
    "katex": "0.16.23",
    "markdown-it": "13.0.2",
    "markdown-it-abbr": "1.0.4",
    "markdown-it-anchor": "5.3.0",
    "markdown-it-deflist": "2.1.0",
    "markdown-it-emoji": "2.0.2",
    "markdown-it-expand-tabs": "1.0.13",
    "markdown-it-footnote": "3.0.3",
    "markdown-it-ins": "4.0.0",
    "markdown-it-mark": "3.0.1",
    "markdown-it-multimd-table": "4.2.3",
    "markdown-it-sub": "1.0.0",
    "markdown-it-sup": "2.0.0",
    "markdown-it-toc-done-right": "4.2.0",
    "md5": "2.3.0"
  },
  "gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba"
}
