{
"name": "markon",
"version": "0.7.0",
"type": "module",
"description": "A lightweight Markdown renderer with GitHub styling, written in Rust.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["markdown", "renderer", "github", "annotation"],
"author": "kookyleo",
"license": "Apache-2.0",
"devDependencies": {
"eslint": "^9.37.0"
}
}