UNPKG

joplin-plugin-freehand-drawing

Version:

[On GitHub](https://github.com/personalizedrefrigerator/joplin-plugin-freehand-drawing) | [On the Joplin Forum](https://discourse.joplinapp.org/t/plugin-js-draw-integration/27114) | [Online Demo](https://personalizedrefrigerator.github.io/js-draw/example/

51 lines (50 loc) 1.33 kB
{ "name": "joplin-plugin-freehand-drawing", "version": "4.3.0", "type": "module", "scripts": { "dist": "node build.mts build", "setup": "git config core.hookspath .githooks", "tsc": "tsc", "prepare": "npm run dist", "update": "npm install -g generator-joplin && yo joplin --update", "lint-staged": "lint-staged", "lint": "eslint --fix . && prettier --ignore-path .eslintignore --write .", "test": "node --experimental-transform-types --test", "validate": "npm run tsc && npm run test" }, "license": "MIT", "keywords": [ "joplin-plugin" ], "files": [ "publish" ], "repository": { "url": "https://github.com/personalizedrefrigerator/joplin-plugin-freehand-drawing.git" }, "devDependencies": { "@types/codemirror": "5.60.8", "@types/fs-extra": "^11.0.1", "@types/markdown-it": "^12.2.3", "@types/node": "^24.9.0", "@typescript-eslint/eslint-plugin": "6.7.4", "@typescript-eslint/parser": "6.7.4", "eslint": "8.50.0", "eslint-config-prettier": "9.0.0", "fs-extra": "^11.1.1", "glob": "^10.3.10", "lint-staged": "14.0.1", "prettier": "3.0.3", "tar": "7.5.1", "typescript": "^5.9.3", "esbuild": "0.25.11", "jsdom": "27.3.0", "@types/bezier-js": "4.1.0", "@types/jsdom": "27.0.0" }, "dependencies": { "@js-draw/material-icons": "1.33.0", "js-draw": "1.33.0" } }