Initial h-play app

This commit is contained in:
Dymas
2026-09-15 15:18:12 +02:00
commit e1dfdc7bd7
12 changed files with 1375 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "private-anime-library",
"version": "1.1.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"
}
}