{
|
|
"name": "yeeturl",
|
|
"version": "1.5.6",
|
|
"description": "A privacy-respecting, end-to-end encrypted URL shortener.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js"
|
|
},
|
|
"author": "anonymous",
|
|
"license": "Unlicense",
|
|
"dependencies": {
|
|
"@keyv/mongo": "^1.0.4",
|
|
"chalk": "^4.1.0",
|
|
"compression": "^1.7.4",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"express-rate-limit": "^5.2.2",
|
|
"express-slow-down": "^1.3.1",
|
|
"helmet": "^4.2.0",
|
|
"keyv": "^4.0.3",
|
|
"moment": "^2.29.1",
|
|
"mongo-sanitize": "^1.1.0",
|
|
"validate.io-json": "^1.0.0"
|
|
}
|
|
}
|