QuickURL/package.json
2024-07-13 03:47:38 -05:00

16 lines
360 B
JSON

{
"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"
}