QuickURL/package.json

21 lines
466 B
JSON
Raw Permalink Normal View History

2024-07-13 03:47:38 -05:00
{
"name": "quickurl",
2024-07-13 05:53:26 -05:00
"version": "1.0.0",
2024-07-13 03:47:38 -05:00
"description": "An extremely generic privacy & security focused URL shortener.",
"main": "index.js",
"scripts": {
2024-07-13 04:00:15 -05:00
"test": "node index.js",
"start": "node index.js"
2024-07-13 03:47:38 -05:00
},
"repository": {
"type": "git",
"url": "https://git.violets-purgatory.dev/bingus_violet/QuickURL"
},
"author": "Violet",
2024-07-13 03:47:47 -05:00
"license": "Unlicense",
"dependencies": {
2024-07-13 05:53:26 -05:00
"chokidar": "^3.6.0",
2024-07-13 03:47:47 -05:00
"express": "^4.19.2"
}
2024-07-13 03:47:38 -05:00
}