UNPKG

eleventy-plugin-backlinks

Version:
42 lines (41 loc) 936 B
{ "name": "eleventy-plugin-backlinks", "version": "0.3.0", "description": "Collect and display backlinks from your notes", "keywords": [ "eleventy", "eleventy-plugin", "backlink", "wikilink", "wiki", "note", "notebook" ], "author": "Binyamin Aron Green (https://binyam.in/)", "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/binyamin/eleventy-plugin-backlinks.git" }, "bugs": { "url": "https://github.com/binyamin/eleventy-plugin-backlinks/issues" }, "homepage": "https://github.com/binyamin/eleventy-plugin-backlinks#readme", "scripts": { "test": "node test/index.js", "lint": "biome check", "fmt": "biome fmt" }, "dependencies": { "markdown-it-wikilinks": "^1.4.0" }, "devDependencies": { "@11ty/eleventy": "^2.0.1", "@biomejs/biome": "1.9.4", "markdown-it": "^14.1.0" }, "peerDependencies": { "@11ty/eleventy": ">=2.0.0" } }