groundwork to redo notifications

This commit is contained in:
2026-05-16 11:37:27 -07:00
parent 6833df76c8
commit be88dcea30
5 changed files with 387 additions and 346 deletions
+7 -10
View File
@@ -1,27 +1,24 @@
{
"dependencies": {
"cookie-parser": "^1.4.7",
"express": "^4.18.2",
"marked": "^14.1.3",
"express": "^5.2.1",
"marked": "^18.0.3",
"nodemailer": "^8.0.4",
"postgres": "^3.4.5"
"postgres": "^3.4.9"
},
"name": "enstrayedapi",
"version": "1.0.0",
"description": "EnstrayedAPI",
"description": "enstrayedapi",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/enstrayed/enstrayedapi.git"
"url": "git+https://git.enstrayed.com/enstrayed/enstrayedapi.git"
},
"author": "enstrayed",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/enstrayed/enstrayedapi/issues"
},
"type": "module",
"devDependencies": {
"@types/bun": "^1.0.12",
"@types/node": "^20.12.3"
"@types/bun": "^1.3.14",
"@types/node": "^25.7.0"
}
}