@fedify/markdown-it-mention
Version:
A markdown-it plugin that parses and renders Mastodon-style @mentions.
58 lines • 1.36 kB
JSON
{
"name": "@fedify/markdown-it-mention",
"version": "0.3.0",
"description": "A markdown-it plugin that parses and renders Mastodon-style @mentions.",
"keywords": [
"markdown",
"markdown-it",
"markdown-it-plugin",
"Mastodon",
"mention",
"fediverse"
],
"author": {
"name": "Hong Minhee",
"email": "hong@minhee.org",
"url": "https://hongminhee.org/"
},
"homepage": "https://github.com/fedify-dev/markdown-it-mention",
"repository": {
"type": "git",
"url": "git+https://github.com/fedify-dev/markdown-it-mention.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/fedify-dev/markdown-it-mention/issues"
},
"main": "./script/mod.js",
"module": "./esm/mod.js",
"types": "./types/mod.d.ts",
"exports": {
".": {
"import": {
"types": "./types/mod.d.ts",
"default": "./esm/mod.js"
},
"require": {
"types": "./types/mod.d.ts",
"default": "./script/mod.js"
}
}
},
"scripts": {
"test": "node test_runner.js"
},
"funding": [
"https://github.com/sponsors/dahlia"
],
"dependencies": {
"markdown-it": "^14.1.0"
},
"devDependencies": {
"@types/node": "^20.9.0",
"picocolors": "^1.0.0",
"@deno/shim-deno": "~0.18.0",
"@types/markdown-it": "^14.1.1"
},
"_generatedBy": "dnt@dev"
}