{
  "name": "@joplin/tools",
  "version": "3.2.2",
  "description": "Various tools for Joplin",
  "main": "index.js",
  "author": "Laurent Cozic",
  "scripts": {
    "updateIgnored": "gulp updateIgnoredTypeScriptBuild",
    "tsc": "tsc --project tsconfig.json",
    "watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
    "test": "jest --verbose=false",
    "test-ci": "yarn test",
    "generate-license-statement": "ts-node licenses/licenseStatementBuilder.ts --pkg"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/laurent22/joplin.git"
  },
  "license": "AGPL-3.0-or-later",
  "dependencies": {
    "@joplin/lib": "^3.2.2",
    "@joplin/renderer": "^3.2.2",
    "@joplin/utils": "^3.2.2",
    "compare-versions": "6.1.1",
    "dayjs": "1.11.12",
    "execa": "4.1.0",
    "fs-extra": "11.2.0",
    "gettext-parser": "7.0.1",
    "glob": "10.4.5",
    "license-checker-rseidelsohn": "4.3.0",
    "markdown-it": "13.0.2",
    "md5-file": "5.0.0",
    "moment": "2.30.1",
    "mustache": "4.2.0",
    "node-fetch": "2.6.7",
    "relative": "3.0.2",
    "request": "2.88.2",
    "sharp": "0.33.4",
    "source-map-support": "0.5.21",
    "uri-template": "2.0.0",
    "yargs": "17.7.2"
  },
  "devDependencies": {
    "@docusaurus/plugin-sitemap": "2.4.3",
    "@joplin/fork-htmlparser2": "^4.1.54",
    "@rmp135/sql-ts": "1.18.1",
    "@types/fs-extra": "11.0.4",
    "@types/jest": "29.5.12",
    "@types/js-yaml": "4.0.9",
    "@types/markdown-it": "13.0.9",
    "@types/mustache": "4.2.5",
    "@types/node": "18.19.50",
    "@types/node-fetch": "2.6.11",
    "@types/yargs": "17.0.33",
    "gettext-extractor": "3.8.0",
    "gulp": "4.0.2",
    "html-entities": "1.4.0",
    "jest": "29.7.0",
    "js-yaml": "4.1.0",
    "rss": "1.2.2",
    "sass": "1.77.8",
    "sqlite3": "5.1.6",
    "style-to-js": "1.1.12",
    "ts-node": "10.9.2",
    "typescript": "5.4.5"
  },
  "gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba"
}