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

14 lines
287 B
JSON

{
"name": "private-anime-library",
"version": "1.1.1",
"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"
}
}