Files
h-play/package.json
T
2026-09-15 15:57:43 +02:00

14 lines
274 B
JSON

{
"name": "h-player",
"version": "1.4.0",
"private": true,
"description": "A small private web app for browsing a folder-based video collection.",
"scripts": {
"start": "node server.js",
"dev": "node server.js"
},
"engines": {
"node": ">=24"
}
}