{
  "name": "@joplin/app-desktop",
  "version": "3.5.12",
  "description": "Joplin for Desktop",
  "main": "main.bundle.js",
  "private": true,
  "scripts": {
    "dist": "gulp before-dist && yarn electronRebuild && npx electron-builder",
    "build": "gulp build",
    "bundle": "gulp bundleWithStats",
    "electronBuilder": "gulp electronBuilder",
    "electronRebuild": "gulp electronRebuild",
    "tsc": "tsc --project tsconfig.json",
    "watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
    "start": "gulp before-start && electron . --env dev --log-level debug --open-dev-tools --no-welcome",
    "test": "jest",
    "test-ui": "gulp before-start && playwright test",
    "test-ci": "yarn test",
    "resolve-sourcemap": "node tools/resolveSourceMap.js",
    "modifyReleaseAssets": "node tools/modifyReleaseAssets.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/laurent22/joplin.git"
  },
  "author": "Laurent Cozic",
  "license": "AGPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/laurent22/joplin/issues"
  },
  "build": {
    "appId": "net.cozic.joplin-desktop",
    "compression": "normal",
    "productName": "Joplin",
    "npmRebuild": false,
    "afterSign": "./tools/notarizeMacApp.js",
    "extraResources": [
      "build/icons/**",
      "build/images/**",
      "build/defaultPlugins/**",
      "build/pdf.worker.min.js",
      "build/tesseract.js/**",
      "build/tesseract.js-core/**",
      "build/7zip/**"
    ],
    "afterAllArtifactBuild": "./afterAllArtifactBuild.js",
    "asar": true,
    "asarUnpack": "./node_modules/node-notifier/vendor/**",
    "win": {
      "sign": "./sign.js",
      "rfc3161TimeStampServer": "http://timestamp.digicert.com",
      "icon": "../../Assets/ImageSources/Joplin.ico",
      "target": [
        {
          "target": "nsis",
          "arch": [
            "x64",
            "ia32"
          ]
        },
        {
          "target": "portable",
          "arch": [
            "x64",
            "ia32"
          ]
        }
      ],
      "extraFiles": [
        {
          "from": "build-win/Joplin.VisualElementsManifest.xml",
          "to": "."
        }
      ],
      "extraResources": [
        "build-win/icons/*"
      ]
    },
    "nsis": {
      "oneClick": false,
      "allowToChangeInstallationDirectory": false
    },
    "portable": {
      "artifactName": "${productName}Portable.${ext}"
    },
    "mac": {
      "icon": "../../Assets/macOs.icns",
      "target": [
        {
          "target": "dmg",
          "arch": [
            "x64"
          ]
        },
        {
          "target": "zip",
          "arch": [
            "x64"
          ]
        }
      ],
      "hardenedRuntime": true,
      "notarize": false,
      "entitlements": "./build-mac/entitlements.mac.inherit.plist",
      "extendInfo": {
        "CFBundleURLTypes": [
          {
            "CFBundleURLSchemes": [
              "joplin"
            ],
            "CFBundleTypeRole": "Editor",
            "CFBundleURLName": "org.joplinapp.x-callback-url"
          }
        ]
      }
    },
    "linux": {
      "icon": "../../Assets/LinuxIcons",
      "category": "Office",
      "desktop": {
        "Icon": "joplin",
        "MimeType": "x-scheme-handler/joplin;",
        "StartupWMClass": "@joplin/app-desktop"
      },
      "target": [
        "AppImage",
        "deb"
      ],
      "executableName": "joplin",
      "maintainer": "Joplin Team <no-reply@joplinapp.org>",
      "artifactName": "Joplin-${version}.${ext}"
    }
  },
  "homepage": "https://github.com/laurent22/joplin#readme",
  "devDependencies": {
    "7zip-bin": "5.2.0",
    "@axe-core/playwright": "4.10.2",
    "@electron/notarize": "2.5.0",
    "@electron/rebuild": "3.7.2",
    "@fortawesome/fontawesome-free": "5.15.4",
    "@joeattardi/emoji-button": "4.6.4",
    "@joplin/default-plugins": "~3.5",
    "@joplin/editor": "~3.5",
    "@joplin/lib": "~3.5",
    "@joplin/renderer": "~3.5",
    "@joplin/tools": "~3.5",
    "@joplin/utils": "~3.5",
    "@playwright/test": "1.55.1",
    "@sentry/electron": "4.24.0",
    "@testing-library/react-hooks": "8.0.1",
    "@types/jest": "29.5.14",
    "@types/mustache": "4.2.6",
    "@types/node": "18.19.130",
    "@types/react": "18.3.25",
    "@types/react-dom": "18.3.7",
    "@types/react-redux": "7.1.33",
    "@types/styled-components": "5.1.32",
    "async-mutex": "0.5.0",
    "axios": "^1.7.7",
    "codemirror": "5.65.9",
    "color": "3.2.1",
    "compare-versions": "6.1.1",
    "debounce": "1.2.1",
    "electron": "39.2.3",
    "electron-builder": "24.13.3",
    "electron-updater": "6.6.2",
    "electron-window-state": "5.0.3",
    "esbuild": "^0.25.3",
    "formatcoords": "1.1.3",
    "glob": "11.0.3",
    "gulp": "4.0.2",
    "highlight.js": "11.11.1",
    "immer": "9.0.21",
    "is-apple-silicon": "1.1.2",
    "jest": "29.7.0",
    "jest-environment-jsdom": "29.7.0",
    "js-sha512": "0.9.0",
    "mark.js": "8.11.1",
    "md5": "2.3.0",
    "moment": "2.30.1",
    "mustache": "4.2.0",
    "nan": "2.23.0",
    "node-notifier": "10.0.1",
    "node-rsa": "1.1.1",
    "pdfjs-dist": "3.11.174",
    "pretty-bytes": "5.6.0",
    "re-resizable": "6.11.2",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "react-redux": "8.1.3",
    "react-select": "5.10.2",
    "react-test-renderer": "18.3.1",
    "react-toggle-button": "2.2.0",
    "react-tooltip": "4.5.1",
    "redux": "4.2.1",
    "reselect": "4.1.8",
    "roboto-fontface": "0.10.0",
    "smalltalk": "2.5.1",
    "source-map-support": "0.5.21",
    "styled-components": "5.3.11",
    "styled-system": "5.1.5",
    "taboverride": "4.0.3",
    "tesseract.js": "6.0.1",
    "tinymce": "6.8.5",
    "ts-jest": "29.4.1",
    "ts-node": "10.9.2",
    "typescript": "5.8.3"
  },
  "dependencies": {
    "@electron/remote": "2.1.3",
    "@joplin/onenote-converter": "~3.5",
    "fs-extra": "11.3.2",
    "keytar": "7.9.0",
    "node-fetch": "2.6.7",
    "sqlite3": "5.1.6"
  }
}
