{ "name": "webfolderbrowser", "version": "1.0.0", "description": "A feature rich and customizable NodeJS program for easily displaying a directory on the web.", "main": "index.js", "scripts": { "start": "node index.js" }, "repository": { "type": "git", "url": "git@codeberg.org:Bingus_Violet/Web-Folder-Browser.git" }, "author": "Violet", "license": "GPL-3.0-or-later", "dependencies": { "express": "^4.18.2" } }