{
  "name": "joplin-plugin-freehand-drawing",
  "version": "1.6.1",
  "scripts": {
    "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
    "prepare": "yarn dist",
    "update": "npm install -g generator-joplin && yo joplin --update"
  },
  "license": "MIT",
  "keywords": [
    "joplin-plugin"
  ],
  "files": [
    "publish"
  ],
  "devDependencies": {
    "@types/codemirror": "5.60.7",
    "@types/fs-extra": "^9.0.13",
    "@types/markdown-it": "^12.2.3",
    "@types/node": "^18.14.0",
    "copy-webpack-plugin": "^11.0.0",
    "fs-extra": "^11.1.0",
    "glob": "^8.1.0",
    "on-build-webpack": "^0.1.0",
    "style-loader": "^3.3.1",
    "tar": "^6.1.13",
    "ts-loader": "^9.4.2",
    "typescript": "^4.9.1",
    "webpack": "^5.76.3",
    "webpack-cli": "^5.0.1"
  },
  "dependencies": {
    "js-draw": "^0.20.0"
  }
}
