{
  "name": "@joplin/lib",
  "version": "3.5.1",
  "description": "Joplin Core library",
  "author": "Laurent Cozic",
  "homepage": "",
  "license": "AGPL-3.0-or-later",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "tsc": "tsc --project tsconfig.json",
    "watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
    "generatePluginTypes": "rm -rf ./plugin_types && yarn tsc --declaration --declarationDir ./plugin_types --project tsconfig.json",
    "test": "jest",
    "test-ci": "yarn test"
  },
  "devDependencies": {
    "@testing-library/react-hooks": "8.0.1",
    "@types/adm-zip": "0.5.7",
    "@types/fs-extra": "11.0.4",
    "@types/jest": "29.5.14",
    "@types/jest-expect-message": "1.1.0",
    "@types/js-yaml": "4.0.9",
    "@types/jsdom": "21.1.7",
    "@types/markdown-it": "13.0.9",
    "@types/mustache": "4.2.6",
    "@types/node": "18.19.130",
    "@types/node-rsa": "1.1.4",
    "@types/react": "18.3.25",
    "@types/uuid": "10.0.0",
    "jest": "29.7.0",
    "jest-expect-message": "1.1.3",
    "jsdom": "26.1.0",
    "pdfjs-dist": "3.11.174",
    "react": "18.3.1",
    "react-test-renderer": "18.3.1",
    "sharp": "0.34.4",
    "tesseract.js": "6.0.1",
    "typescript": "5.8.3"
  },
  "dependencies": {
    "@adobe/css-tools": "4.4.4",
    "@aws-sdk/client-s3": "3.296.0",
    "@aws-sdk/s3-request-presigner": "3.296.0",
    "@joplin/fork-htmlparser2": "^4.1.60",
    "@joplin/fork-sax": "^1.2.64",
    "@joplin/fork-uslug": "^2.0.3",
    "@joplin/htmlpack": "^3.5.1",
    "@joplin/onenote-converter": "^3.5.1",
    "@joplin/renderer": "^3.5.1",
    "@joplin/turndown": "^4.0.82",
    "@joplin/turndown-plugin-gfm": "^1.0.64",
    "@joplin/utils": "^3.5.1",
    "adm-zip": "0.5.16",
    "async-mutex": "0.5.0",
    "base-64": "1.0.0",
    "base64-stream": "1.0.0",
    "builtin-modules": "3.3.0",
    "chokidar": "3.6.0",
    "color": "3.2.1",
    "compare-versions": "6.1.1",
    "diff-match-patch": "1.0.5",
    "fast-deep-equal": "3.1.3",
    "fast-xml-parser": "3.21.1",
    "file-type": "16.5.4",
    "follow-redirects": "1.15.11",
    "form-data": "4.0.4",
    "fs-extra": "11.3.2",
    "hpagent": "1.2.0",
    "html-entities": "1.4.0",
    "html-minifier": "4.0.0",
    "image-data-uri": "2.0.1",
    "immer": "9.0.21",
    "js-yaml": "4.1.1",
    "markdown-it": "13.0.2",
    "md5": "2.3.0",
    "md5-file": "5.0.0",
    "moment": "2.30.1",
    "multiparty": "4.2.3",
    "mustache": "4.2.0",
    "nanoid": "3.3.11",
    "node-fetch": "2.6.7",
    "node-notifier": "10.0.1",
    "node-persist": "3.1.3",
    "node-rsa": "1.1.1",
    "query-string": "7.1.3",
    "re-reselect": "4.0.1",
    "redux": "4.2.1",
    "relative": "3.0.2",
    "reselect": "4.1.8",
    "server-destroy": "1.0.1",
    "sprintf-js": "1.1.3",
    "sqlite3": "5.1.6",
    "string-padding": "1.0.2",
    "string-to-stream": "3.0.1",
    "tar": "6.2.1",
    "tcp-port-used": "1.0.2",
    "uglifycss": "0.0.29",
    "url-parse": "1.5.10",
    "uuid": "11.1.0",
    "word-wrap": "1.2.5",
    "xml2js": "0.4.23"
  },
  "gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba"
}
