add shared

This commit is contained in:
Litlyx
2024-06-01 15:27:21 +02:00
parent 9caec3b92b
commit 75f0787c3b
23 changed files with 866 additions and 0 deletions

10
shared/package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"dependencies": {
"mongoose": "^8.4.0",
"nodemailer": "^6.9.13"
},
"devDependencies": {
"@types/node": "^20.12.13",
"@types/nodemailer": "^6.4.15"
}
}