This commit is contained in:
Oliver
2026-04-30 19:00:37 +00:00
parent f29df2b033
commit a1976dfa65
1007 changed files with 101609 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "md-viewer",
"version": "1.0.0",
"description": "Simple markdown file viewer with directory tree",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"express": "^4.18.2",
"markdown-it": "^13.0.1"
}
}