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

32 lines
786 B
JSON

{
"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": "ihatenodejs",
"license": "CC0-1.0",
"dependencies": {
"body-parser": "^1.20.3",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"express": "^4.21.1",
"express-session": "^1.18.1",
"mariadb": "^3.4.0",
"mysql2": "^3.11.5",
"sequelize": "^6.37.5",
"winston": "^3.17.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ihatenodejs/pontus-mail.git"
},
"bugs": {
"url": "https://github.com/ihatenodejs/pontus-mail/issues"
},
"homepage": "https://github.com/ihatenodejs/pontus-mail#readme"
}