Files
Trilium/packages/turndown-plugin-gfm/package.json
2026-04-07 01:05:58 +00:00

33 lines
740 B
JSON

{
"name": "@triliumnext/turndown-plugin-gfm",
"version": "1.0.61",
"description": "Turndown plugin to add GitHub Flavored Markdown extensions.",
"author": "Dom Christie",
"private": true,
"type": "module",
"main": "./src/index.js",
"gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/laurent22/joplin-turndown-plugin-gfm.git"
},
"keywords": [
"turndown",
"turndown-plugin",
"html-to-markdown",
"html",
"markdown",
"github-flavored-markdown",
"gfm"
],
"scripts": {
"test": "vitest run"
},
"devDependencies": {
"happy-dom": "20.8.9",
"turndown": "7.2.4",
"vitest": "4.1.2"
}
}