Add Stockroom container application

This commit is contained in:
mfwadejr
2026-08-29 15:40:38 -04:00
committed by GitHub
parent e4a62e2c32
commit 5f954dfa12
5 changed files with 178 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"name": "vseebox-stockroom",
"version": "1.2.0",
"private": true,
"type": "module",
"engines": { "node": ">=22.13.0" },
"scripts": { "start": "node server.mjs", "test": "node --test test/*.test.mjs" }
}