instant-md/package.json
2026-06-25 11:19:41 +02:00

18 lines
376 B
JSON

{
"name": "instant-md",
"version": "0.0.1",
"description": "Fast, modern markdown preview server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.ayo.run/ayo/instant-md"
},
"keywords": [
"Markdown"
],
"author": "Ayo Ayco",
"license": "MIT"
}