UNPKG

joplin-plugin-copytags

Version:

Plugin to extend the Joplin tagging menu with a coppy all tags and tagging list with more control.

48 lines (47 loc) 1.74 kB
{ "name": "joplin-plugin-copytags", "version": "1.0.3", "description": "Plugin to extend the Joplin tagging menu with a coppy all tags and tagging list with more control.", "scripts": { "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=webview && webpack --env joplin-plugin-config=createArchive", "prepare": "npm run dist", "update": "npm install -g generator-joplin && yo joplin --node-package-manager npm --update --force", "release": "node ./node_modules/joplinplugindevtools/dist/createRelease.js", "preRelease": "node ./node_modules/joplinplugindevtools/dist/createRelease.js --prerelease", "gitRelease": "node ./node_modules/joplinplugindevtools/dist/createRelease.js --upload", "gitPreRelease": "node ./node_modules/joplinplugindevtools/dist/createRelease.js --upload --prerelease", "updateVersion": "webpack --env joplin-plugin-config=updateVersion" }, "keywords": [ "joplin-plugin" ], "license": "MIT", "devDependencies": { "@types/node": "^18.7.13", "chalk": "^4.1.0", "copy-webpack-plugin": "^11.0.0", "fs-extra": "^10.1.0", "glob": "^8.0.3", "husky": "^6.0.0", "joplinplugindevtools": "^1.0.15", "lint-staged": "^11.0.0", "on-build-webpack": "^0.1.0", "prettier": "2.3.0", "tar": "^6.1.11", "ts-loader": "^9.3.1", "typescript": "^4.8.2", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "yargs": "^16.2.0", "@joplin/lib": "~2.9" }, "dependencies": { "string-natural-compare": "^3.0.1" }, "lint-staged": { "**/*": "prettier --write --ignore-unknown" }, "files": [ "publish" ] }