66 lines
1.7 KiB
JSON
Raw Normal View History

2025-04-22 15:20:41 +03:00
{
"name": "@triliumnext/turndown-plugin-gfm",
"version": "1.0.61",
"description": "Turndown plugin to add GitHub Flavored Markdown extensions.",
"author": "Dom Christie",
2025-04-22 15:20:41 +03:00
"private": true,
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"development": "./src/index.js",
2025-04-22 15:20:41 +03:00
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/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"
],
2025-04-22 15:20:41 +03:00
"nx": {
"sourceRoot": "packages/turndown-plugin-gfm/src",
"targets": {
"build": {
"executor": "@nx/esbuild:esbuild",
2025-04-22 15:20:41 +03:00
"outputs": [
"{options.outputPath}"
],
"options": {
"outputPath": "packages/turndown-plugin-gfm/dist",
"main": "packages/turndown-plugin-gfm/src/index.js",
"tsConfig": "packages/turndown-plugin-gfm/tsconfig.lib.json",
"format": [
"esm"
],
"declarationRootDir": "packages/turndown-plugin-gfm/src"
2025-04-22 15:20:41 +03:00
}
},
"test": {
"command": "node packages/turndown-plugin-gfm/test/turndown-plugin-gfm-test.js"
2025-04-22 15:20:41 +03:00
}
}
},
"dependencies": {
"@swc/helpers": "~0.5.11"
},
"devDependencies": {
"turndown": "7.2.0",
"turndown-attendant": "0.0.3"
2025-04-22 15:20:41 +03:00
}
}