initialize

This commit is contained in:
bingus_violet 2024-01-12 18:06:51 +00:00
parent 032bb44b33
commit 07c89523a0
2 changed files with 15 additions and 0 deletions

0
index.js Normal file
View file

15
package.json Normal file
View file

@ -0,0 +1,15 @@
{
"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": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git@codeberg.org:Bingus_Violet/Web-Folder-Browser.git"
},
"author": "Violet",
"license": "GPL-3.0-or-later"
}