{ "name": "@triliumnext/turndown-plugin-gfm", "description": "Turndown plugin to add GitHub Flavored Markdown extensions.", "publishConfig": { "access": "public" }, "version": "1.0.61", "author": "Dom Christie", "main": "src/gfm.js", "devDependencies": { "browserify": "^17.0.1", "rollup": "^4.36.0", "standard": "^17.1.2", "turndown": "7.2.0", "turndown-attendant": "0.0.3" }, "files": [ "lib", "dist" ], "keywords": [ "turndown", "turndown-plugin", "html-to-markdown", "html", "markdown", "github-flavored-markdown", "gfm" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/laurent22/joplin-turndown-plugin-gfm.git" }, "type": "module", "scripts": { "build-test": "browserify test/turndown-plugin-gfm-test.js --outfile test/turndown-plugin-gfm-test.browser.js" }, "gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba" }