UNPKG

@truto/turndown-plugin-gfm

Version:

Enhanced Turndown plugin for GitHub Flavored Markdown with improved table conversion and performance.

71 lines 1.59 kB
{ "name": "@truto/turndown-plugin-gfm", "description": "Enhanced Turndown plugin for GitHub Flavored Markdown with improved table conversion and performance.", "version": "1.0.2", "type": "module", "author": "Truto <eng@truto.one>", "main": "./lib/index.js", "module": "./lib/index.js", "exports": { ".": { "types": "./lib/index.d.ts", "import": "./lib/index.js", "require": "./lib/index.js", "default": "./lib/index.js" } }, "files": [ "lib", "README.md", "LICENSE" ], "keywords": [ "turndown", "turndown-plugin", "html-to-markdown", "html", "markdown", "github-flavored-markdown", "gfm", "table-conversion", "performance" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/trutohq/turndown-plugin-gfm.git" }, "engines": { "node": ">=18.0.0" }, "scripts": { "build": "vite build", "test": "vitest", "test:run": "vitest run", "test:coverage": "vitest run --coverage", "dev": "vitest", "lint": "eslint src test --ext .js", "lint:fix": "eslint src test --ext .js --fix" }, "devDependencies": { "@types/turndown": "5.0.5", "@vitest/coverage-v8": "3.2.4", "eslint": "9.31.0", "turndown": "7.2.0", "typescript": "5.8.3", "vite": "7.0.5", "vitest": "3.2.4" }, "peerDependencies": { "turndown": "^7.0.0" }, "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "4.45.1" }, "volta": { "node": "22.17.1" }, "publishConfig": { "access": "public" } }