mirror of
https://github.com/max-fluff/obsidian-heading-linker.git
synced 2026-07-22 08:35:13 +00:00
23 lines
750 B
JSON
23 lines
750 B
JSON
{
|
|
"name": "obsidian-heading-linker",
|
|
"version": "1.1.0",
|
|
"description": "Obsidian plugin: highlight words in any word form and turn them into links to matching headings in your glossary files.",
|
|
"author": "max-fluff",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/max-fluff/obsidian-heading-linker.git"
|
|
},
|
|
"keywords": ["obsidian", "obsidian-plugin", "heading", "linker"],
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "node esbuild.config.mjs",
|
|
"test": "node test/run.js",
|
|
"test:core": "node test/run.js --core",
|
|
"plates": "node src/shared/branding/make-plates.mjs",
|
|
"banner": "node src/shared/branding/make-banner.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "0.17.19"
|
|
}
|
|
}
|