{ "name": "@zachleat/heading-anchors", "version": "1.0.5", "description": "Adds and positions sibling anchor links for heading elements (h1,h2,h3,h4,h5,h6) when they have an `id` attribute.", "main": "heading-anchors.js", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/zachleat/heading-anchors.git" }, "bugs": { "url": "https://github.com/zachleat/heading-anchors/issues" }, "homepage": "https://github.com/zachleat/heading-anchors#readme", "author": { "name": "Zach Leatherman", "email": "zachleatherman@gmail.com", "url": "https://zachleat.com/" }, "scripts": { "demo": "npx http-server ." }, "license": "MIT", "devDependencies": { "http-server": "^14.1.1" } }