Initial U-Navigator prototype
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "u-navigator",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"description": "Unraid File Navigator prototype with in-app window manager and drag and drop.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node server/server.js",
|
||||
"test": "node --test"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user