Initial commit

This commit is contained in:
2026-03-03 15:37:50 -08:00
commit 5902cc404a
3 changed files with 163 additions and 0 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "nanodrop",
"version": "1.0.0",
"description": "Simple file-sharing utility",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}