UNPKG

joplin-plugin-drawio

Version:

> WARNING: I moved my notes to Obsidian.md and I will not provide additional support for this plugin. > Pull request are welcome.

33 lines 874 B
{ "name": "joplin-plugin-drawio", "version": "2.2.0", "scripts": { "dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive", "prepare": "npm run dist", "update": "npm install -g generator-joplin && yo joplin --update" }, "license": "MIT", "keywords": [ "joplin-plugin", "drawio", "draw.io", "diagram.net", "diagram" ], "devDependencies": { "@types/markdown-it": "^12.2.3", "@types/node": "^14.0.14", "chalk": "^4.1.0", "copy-webpack-plugin": "^6.1.0", "fs-extra": "^9.0.1", "glob": "^7.1.6", "on-build-webpack": "^0.1.0", "tar": "^6.0.5", "ts-loader": "^7.0.5", "typescript": "^3.9.3", "uuid": "^8.3.2", "webpack": "^4.43.0", "webpack-cli": "^3.3.11", "yargs": "^16.2.0" } }