max-fluff_obsidian-referenc.../package.json

23 lines
765 B
JSON

{
"name": "obsidian-reference-linker",
"version": "1.0.0",
"description": "Obsidian plugin: autocomplete links to external documents and insert a deep-link that opens them at the right page.",
"author": "max-fluff",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/max-fluff/obsidian-reference-linker.git"
},
"keywords": ["obsidian", "obsidian-plugin", "pdf", "reference", "autocomplete"],
"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"
}
}