@kitbook/rehype-display-link-titles
Version:
Swap the title attribute for an <a> tag's main text to allow for using aliases or sections from Foam auto-generated links
67 lines • 1.74 kB
JSON
{
"name": "@kitbook/rehype-display-link-titles",
"type": "module",
"version": "1.0.0-beta.31",
"description": "Swap the title attribute for an <a> tag's main text to allow for using aliases or sections from Foam auto-generated links",
"author": "Jacob Bowdoin",
"license": "MIT",
"homepage": "https://kitbook.vercel.app",
"repository": {
"type": "git",
"url": "git+https://github.com/jacob-8/kitbook.git",
"directory": "packages/rehype-display-link-titles"
},
"bugs": {
"url": "https://github.com/jacob-8/kitbook/issues"
},
"keywords": [
"rehype",
"rehype-plugin",
"rehype-display-link-titles",
"kitbook",
"foam",
"markdown",
"wiki",
"knowledge-management"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"github-slugger": "^2.0.0",
"unist-util-visit": "^4.1.1"
},
"devDependencies": {
"@types/hast": "^2.3.4",
"rehype": "^12.0.1",
"rehype-format": "^4.0.1",
"rehype-stringify": "^9.0.3",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"remark-slug": "^7.0.1",
"remark-toc": "^8.0.1",
"standard-version": "^9.5.0",
"to-vfile": "^7.2.4",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"unified": "^10.1.2",
"vitest": "^1.5.0"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub",
"test": "vitest",
"test:ui": "vitest --ui",
"release": "pnpm test && standard-version && git push --follow-tags && pnpm publish"
}
}