Files
vboxstock/package.json
T
mfwadejr 0e87f5a26a
Publish container / publish (push) Failing after 9s
Add Unraid PUID and PGID support 3.0.1
2026-08-30 07:46:55 -04:00

9 lines
255 B
JSON

{
"name": "vboxstock",
"version": "3.0.1",
"private": true,
"type": "module",
"engines": { "node": ">=22.13.0" },
"scripts": { "start": "node server.mjs", "reset-admin": "node server.mjs reset-admin", "test": "node --test test/*.test.mjs" }
}