Add secure Node image webhook service

This commit is contained in:
2026-08-06 11:21:54 +00:00
parent 24073326b3
commit f04b81c606
22 changed files with 1116 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "sam-image-hook",
"version": "1.0.0",
"private": true,
"type": "module",
"engines": {
"node": ">=24.0.0"
},
"scripts": {
"start": "node src/server.mjs",
"test": "node --test"
}
}