This repository has been archived on 2025-02-18. You can view files and clone it, but cannot push or open issues or pull requests.
pontus-mail/package.json

20 lines
417 B
JSON
Raw Normal View History

2024-12-03 22:36:16 -05:00
{
"name": "pontus-mail",
"version": "1.0.0",
"description": "Landing page for p0ntus mail",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.3",
"ejs": "^3.1.10",
"express": "^4.21.1",
"express-rate-limit": "^7.4.1",
"winston": "^3.17.0"
}
}