UNPKG

joplin-plugin-outline

Version:

<div align="center"> <h1>Joplin Outline Plugin</h1> <i>This is a outline plugin for <a href="https://github.com/laurent22/joplin">Joplin</a>. Refer to <a href="https://github.com/laurent22/joplin/tree/dev/packages/app-cli/tests/support/plugins/toc/">j

58 lines (57 loc) 1.55 kB
{ "name": "joplin-plugin-outline", "version": "1.5.13", "description": "", "scripts": { "dist": "sh scripts/prepare.sh && webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive", "postinstall": "npm run dist", "prepare": "npm run dist", "update": "npm install -g generator-joplin && yo joplin --update", "lint": "eslint --ext .js,.ts src", "test": "jest" }, "keywords": [ "joplin-plugin" ], "license": "MIT", "devDependencies": { "@types/jest": "^27.5.2", "@types/node": "^14.0.14", "@typescript-eslint/eslint-plugin": "^4.28.2", "@typescript-eslint/parser": "^4.28.2", "chalk": "^4.1.0", "copy-webpack-plugin": "^6.1.0", "eslint": "^7.30.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-import-resolver-typescript": "^2.4.0", "eslint-plugin-import": "^2.23.4", "fs-extra": "^9.0.1", "glob": "^7.1.6", "jest": "^27.5.1", "on-build-webpack": "^0.1.0", "tar": "^6.0.5", "ts-jest": "^27.1.5", "ts-loader": "^7.0.5", "typescript": "^3.9.3", "webpack": "^4.43.0", "webpack-cli": "^3.3.11", "yargs": "^16.2.0" }, "browser": { "fs": false }, "dependencies": { "katex": "^0.16.2", "markdown-it": "^13.0.1", "markdown-it-mark": "^3.0.1", "uslug": "git+https://github.com/laurent22/uslug.git#emoji-support" }, "files": [ "publish" ], "jest": { "transform": { ".(ts|tsx)": "ts-jest" } } }