{
  "name": "@joplin/lib",
  "version": "2.14.0",
  "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 --verbose=false",
    "test-ci": "yarn test"
  },
  "devDependencies": {
    "@types/fs-extra": "11.0.4",
    "@types/jest": "29.5.8",
    "@types/js-yaml": "4.0.9",
    "@types/markdown-it": "13.0.7",
    "@types/node": "18.19.8",
    "@types/node-rsa": "1.1.4",
    "@types/react": "18.2.48",
    "@types/uuid": "9.0.7",
    "canvas": "2.11.2",
    "clean-html": "1.5.0",
    "jest": "29.7.0",
    "pdfjs-dist": "3.11.174",
    "sharp": "0.33.2",
    "tesseract.js": "5.0.4",
    "typescript": "5.2.2"
  },
  "dependencies": {
    "@adobe/css-tools": "4.3.2",
    "@aws-sdk/client-s3": "3.296.0",
    "@aws-sdk/s3-request-presigner": "3.296.0",
    "@joplin/fork-htmlparser2": "^4.1.50",
    "@joplin/fork-sax": "^1.2.54",
    "@joplin/fork-uslug": "^1.0.15",
    "@joplin/htmlpack": "~2.14",
    "@joplin/renderer": "~2.14",
    "@joplin/turndown": "^4.0.72",
    "@joplin/turndown-plugin-gfm": "^1.0.54",
    "@joplin/utils": "~2.14",
    "@types/nanoid": "3.0.0",
    "async-mutex": "0.4.1",
    "base-64": "1.0.0",
    "base64-stream": "1.0.0",
    "builtin-modules": "3.3.0",
    "chokidar": "3.5.3",
    "color": "3.2.1",
    "compare-versions": "6.1.0",
    "diff-match-patch": "1.0.5",
    "es6-promise-pool": "2.5.0",
    "fast-deep-equal": "3.1.3",
    "fast-xml-parser": "3.21.1",
    "follow-redirects": "1.15.5",
    "form-data": "4.0.0",
    "fs-extra": "11.2.0",
    "hpagent": "1.2.0",
    "html-entities": "1.4.0",
    "html-minifier": "4.0.0",
    "image-data-uri": "2.0.1",
    "image-type": "3.1.0",
    "immer": "7.0.15",
    "js-yaml": "4.1.0",
    "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.7",
    "node-fetch": "2.6.7",
    "node-notifier": "10.0.1",
    "node-persist": "3.1.3",
    "node-rsa": "1.1.1",
    "promise": "8.3.0",
    "query-string": "7.1.3",
    "re-reselect": "4.0.1",
    "read-chunk": "2.1.0",
    "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.0",
    "tcp-port-used": "1.0.2",
    "uglifycss": "0.0.29",
    "url-parse": "1.5.10",
    "uuid": "9.0.1",
    "word-wrap": "1.2.5",
    "xml2js": "0.4.23"
  },
  "gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba"
}