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

19 lines
410 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",
"dependencies": {
"express": "^4.19.2"
}
}