groundwork to redo notifications
This commit is contained in:
+7
-10
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user