dependencies

This commit is contained in:
2025-07-11 12:59:53 +01:00
parent b538d495db
commit b241a80963
3 changed files with 9 additions and 2 deletions
-1
View File
@@ -1,4 +1,3 @@
package.json
node_modules
package-lock.json
posts.js
+1 -1
View File
@@ -1 +1 @@
124
128
Executable
+8
View File
@@ -0,0 +1,8 @@
{
"dependencies": {
"crypto": "^1.0.1",
"date-fns": "^4.1.0",
"express": "^5.1.0",
"showdown": "^2.1.0"
}
}