{
  "name": "@joplin/lib",
  "version": "2.13.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 run tsc --declaration --declarationDir ./plugin_types --project tsconfig.json",
    "test": "jest --verbose=false",
    "test-ci": "yarn test"
  },
  "devDependencies": {
    "@types/fs-extra": "11.0.3",
    "@types/jest": "29.5.5",
    "@types/js-yaml": "4.0.8",
    "@types/node": "18.18.5",
    "@types/node-rsa": "1.1.2",
    "@types/react": "18.2.31",
    "@types/uuid": "9.0.5",
    "clean-html": "1.5.0",
    "jest": "29.7.0",
    "sharp": "0.32.6",
    "typescript": "5.2.2"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "3.296.0",
    "@aws-sdk/s3-request-presigner": "3.296.0",
    "@joplin/fork-htmlparser2": "^4.1.46",
    "@joplin/fork-sax": "^1.2.50",
    "@joplin/fork-uslug": "^1.0.11",
    "@joplin/htmlpack": "~2.13",
    "@joplin/renderer": "~2.13",
    "@joplin/turndown": "^4.0.68",
    "@joplin/turndown-plugin-gfm": "^1.0.50",
    "@joplin/utils": "~2.13",
    "@types/nanoid": "3.0.0",
    "async-mutex": "0.4.0",
    "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",
    "css": "3.0.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.3",
    "form-data": "4.0.0",
    "fs-extra": "11.1.1",
    "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",
    "levenshtein": "1.0.5",
    "markdown-it": "13.0.2",
    "md5": "2.3.0",
    "md5-file": "5.0.0",
    "moment": "2.29.4",
    "multiparty": "4.2.3",
    "mustache": "4.2.0",
    "nanoid": "3.3.6",
    "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": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
}