UNPKG

remark-astro-headings

Version:

A plugin for extracting headings out of MDX files and adding them to the frontmatter.

46 lines 1.1 kB
{ "name": "remark-astro-headings", "version": "0.0.9", "description": "A plugin for extracting headings out of MDX files and adding them to the frontmatter.", "main": "dist/index.js", "repository": { "type": "git", "url": "https://github.com/Hugos68/remark-astro-headings" }, "publishConfig": { "access": "public" }, "files": [ "dist" ], "keywords": [ "Astro", "Remark", "MDX" ], "author": "Hugo Korte", "license": "MIT", "dependencies": { "github-slugger": "^2.0.0", "mdast-util-from-markdown": "^2.0.0", "mdast-util-mdx": "^3.0.0", "micromark-extension-mdxjs": "^3.0.0", "unist-util-visit": "^5.0.0" }, "devDependencies": { "@changesets/cli": "^2.27.1", "@types/mdast": "^4.0.3", "@types/node": "^20.11.24", "mdast-util-mdxjs-esm": "^2.0.1", "prettier": "^3.2.5", "typescript": "^5.3.3", "unified": "^11.0.4" }, "type": "module", "scripts": { "dev": "tsc -w", "build": "tsc", "format": "prettier --write .", "release": "pnpm run build && changeset publish" } }