add readme support

This commit is contained in:
creations 2025-04-05 09:18:54 -04:00
parent 7b30305ac8
commit 30191a5b1f
Signed by: creations
GPG key ID: 8F553AA4320FC711
6 changed files with 176 additions and 14 deletions

View file

@ -28,6 +28,7 @@
"typescript": "^5.8.2"
},
"dependencies": {
"ejs": "^3.1.10"
"ejs": "^3.1.10",
"marked": "^15.0.7"
}
}