15 lines
310 B
JSON
15 lines
310 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|