{ "name": "@joplin/lib", "version": "2.0.0", "description": "Joplin Core library", "author": "Laurent Cozic", "homepage": "", "license": "ISC", "publishConfig": { "access": "public" }, "scripts": { "tsc": "node node_modules/typescript/bin/tsc --project tsconfig.json", "watch": "node node_modules/typescript/bin/tsc --watch --project tsconfig.json", "generatePluginTypes": "rm -rf ./plugin_types && node node_modules/typescript/bin/tsc --declaration --declarationDir ./plugin_types --project tsconfig.json", "test": "jest", "test-ci": "npm run test" }, "devDependencies": { "@types/jest": "^26.0.15", "@types/node": "^14.14.6", "@types/fs-extra": "^9.0.6", "jest": "^26.6.3", "sharp": "^0.26.2", "typescript": "^4.0.5", "clean-html": "^1.5.0" }, "dependencies": { "@joplin/fork-htmlparser2": "^4.1.24", "@joplin/fork-sax": "^1.2.28", "@joplin/renderer": "^1.8.2", "@joplin/turndown": "^4.0.46", "@joplin/turndown-plugin-gfm": "^1.0.28", "async-mutex": "^0.1.3", "aws-sdk": "^2.588.0", "base-64": "^0.1.0", "base64-stream": "^1.0.0", "builtin-modules": "^3.1.0", "chokidar": "^3.4.3", "color": "3.1.2", "compare-versions": "^3.6.0", "css": "^3.0.0", "diff-match-patch": "^1.0.4", "es6-promise-pool": "^2.5.0", "file-uri-to-path": "^1.0.0", "follow-redirects": "^1.2.4", "form-data": "^2.1.4", "fs-extra": "^5.0.0", "html-entities": "^1.2.1", "html-minifier": "^3.5.15", "image-data-uri": "^2.0.0", "image-type": "^3.0.0", "immer": "^7.0.14", "levenshtein": "^1.0.5", "lodash": "^4.17.20", "markdown-it": "^10.0.0", "md5": "^2.2.1", "md5-file": "^4.0.0", "moment": "^2.29.1", "multiparty": "^4.2.1", "mustache": "^4.0.1", "nanoid": "^3.1.12", "node-fetch": "^1.7.1", "node-notifier": "^8.0.0", "node-persist": "^2.1.0", "promise": "^7.1.1", "query-string": "4.3.4", "re-reselect": "^4.0.0", "read-chunk": "^2.1.0", "redux": "^3.7.2", "relative": "^3.0.2", "reselect": "^4.0.0", "server-destroy": "^1.0.1", "sprintf-js": "^1.1.2", "sqlite3": "^5.0.0", "string-padding": "^1.0.2", "string-to-stream": "^1.1.0", "tar": "^4.4.10", "tcp-port-used": "^0.1.2", "uglifycss": "0.0.29", "url-parse": "^1.4.7", "uslug": "git+https://github.com/laurent22/uslug.git#emoji-support", "uuid": "^3.0.1", "valid-url": "^1.0.9", "word-wrap": "^1.2.3", "xml2js": "^0.4.19" }, "gitHead": "80c0089d2c52aff608b2bea74389de5a7f12f2e2" }