Files
vboxstock/package.json
T
2026-08-29 15:40:38 -04:00

9 lines
217 B
JSON

{
"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" }
}