{ "name": "@joplin/lib", "version": "2.9.1", "description": "Joplin Core library", "author": "Laurent Cozic", "homepage": "", "license": "MIT", "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": "9.0.13", "@types/jest": "26.0.24", "@types/js-yaml": "4.0.5", "@types/node": "18.11.9", "@types/node-rsa": "1.1.1", "@types/react": "17.0.52", "clean-html": "1.5.0", "jest": "26.6.3", "sharp": "0.31.2", "typescript": "4.5.2" }, "dependencies": { "@aws-sdk/client-s3": "3.44.0", "@aws-sdk/s3-request-presigner": "3.44.0", "@joplin/fork-htmlparser2": "^4.1.41", "@joplin/fork-sax": "^1.2.45", "@joplin/fork-uslug": "^1.0.6", "@joplin/htmlpack": "^2.9.1", "@joplin/renderer": "^2.9.1", "@joplin/turndown": "^4.0.63", "@joplin/turndown-plugin-gfm": "^1.0.45", "@types/nanoid": "3.0.0", "async-mutex": "0.4.0", "base-64": "0.1.0", "base64-stream": "1.0.0", "builtin-modules": "3.3.0", "chokidar": "3.5.3", "color": "3.2.1", "compare-versions": "3.6.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.14.5", "form-data": "2.5.1", "fs-extra": "5.0.0", "hpagent": "1.0.0", "html-entities": "1.4.0", "html-minifier": "3.5.21", "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": "10.0.0", "md5": "2.3.0", "md5-file": "4.0.0", "moment": "2.29.4", "multiparty": "4.2.3", "mustache": "4.2.0", "nanoid": "3.1.30", "node-fetch": "1.7.3", "node-notifier": "8.0.2", "node-persist": "2.1.0", "node-rsa": "1.1.1", "promise": "7.3.1", "query-string": "4.3.4", "re-reselect": "4.0.1", "read-chunk": "2.1.0", "redux": "3.7.2", "relative": "3.0.2", "reselect": "4.1.7", "server-destroy": "1.0.1", "sprintf-js": "1.1.2", "sqlite3": "5.0.2", "string-padding": "1.0.2", "string-to-stream": "1.1.1", "tar": "4.4.19", "tcp-port-used": "0.1.2", "uglifycss": "0.0.29", "url-parse": "1.5.10", "uuid": "3.4.0", "word-wrap": "1.2.3", "xml2js": "0.4.23" }, "gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14" }