{
  "name": "@joplin/default-plugins",
  "version": "3.5.0",
  "description": "Default plugins bundler",
  "private": true,
  "scripts": {
    "tsc": "tsc --project tsconfig.json",
    "watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
    "patch-plugin": "ts-node build.ts patch-plugin"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/laurent22/joplin.git"
  },
  "devDependencies": {
    "@types/yargs": "17.0.33",
    "joplin-plugin-freehand-drawing": "4.2.0",
    "ts-node": "10.9.2",
    "typescript": "5.8.3"
  },
  "dependencies": {
    "@joplin/utils": "~3.5",
    "fs-extra": "11.3.2",
    "yargs": "17.7.2"
  }
}
