UNPKG

markdown-to-json-utilitary

Version:

Markdown to JSON Util is a simple and efficient Node.js utility to convert `.md` (Markdown) files into structured JSON objects. It recognizes headings and paragraphs, helping developers turn content into structured data for blogs, CMSs, or static site gen

31 lines (30 loc) 842 B
{ "name": "markdown-to-json-utilitary", "version": "1.0.0", "description": "Markdown to JSON Util is a simple and efficient Node.js utility to convert `.md` (Markdown) files into structured JSON objects. It recognizes headings and paragraphs, helping developers turn content into structured data for blogs, CMSs, or static site generators.", "main": "main.js", "type": "commonjs", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "markdown", "json", "parser", "markdown-to-json", "content", "converter" ], "repository": { "type": "git", "url": "https://codeberg.org/CodeNest/markdown-to-json-utilitary.git" }, "author": "themandalorian", "license": "MIT", "files": [ "main.js", "usage-example.js", "README.md", "LICENSE" ] }