Big refactor

This commit is contained in:
Ben Sarmiento
2023-11-14 01:55:00 +01:00
parent 5e723a9e8a
commit 16505ec33f
26 changed files with 1602 additions and 453 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "zurg",
"version": "1.0.0",
"description": "webdav server containing an infinite library of movies and tv shows",
"main": "index.js",
"repository": "git@github.com:debridmediamanager/zurg.git",
"author": "Ben Adrian Sarmiento <me@bensarmiento.com>",
"license": "MIT",
"private": false
}