This commit is contained in:
bingus_violet 2024-07-13 03:47:38 -05:00
parent 1534ff3416
commit d8d6d5325f

15
package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "quickurl",
"version": "0.0.1",
"description": "An extremely generic privacy & security focused URL shortener.",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "https://git.violets-purgatory.dev/bingus_violet/QuickURL"
},
"author": "Violet",
"license": "Unlicense"
}