chore(dependences): clean up

This commit is contained in:
Gelio BIZIMANA 2022-04-25 13:09:48 +02:00
parent a108a832cd
commit 491edd7cc3
2 changed files with 521 additions and 525 deletions

1000
Mail/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,26 +1,24 @@
{
"name": "mailservice",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node index.ts",
"compile": "tsc",
"dev": "cross-env NODE_ENV=development ts-node-dev --inspect=0.0.0.0 index.ts",
"test": "echo 'no tests'"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/nodemailer": "^6.4.4",
"@types/nodemailer-express-handlebars": "^4.0.2",
"Common": "file:../Common",
"CommonServer": "file:../CommonServer",
"handlebars": "^4.7.7",
"nodemailer": "^6.7.3",
"nodemailer-express-handlebars": "^5.0.0"
},
"devDependencies": {
"@types/node": "^17.0.26"
}
"name": "mailservice",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node index.ts",
"compile": "tsc",
"dev": "cross-env NODE_ENV=development ts-node-dev --inspect=0.0.0.0 index.ts",
"test": "echo 'no tests'"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/nodemailer": "^6.4.4",
"@types/nodemailer-express-handlebars": "^4.0.2",
"Common": "file:../Common",
"CommonServer": "file:../CommonServer",
"handlebars": "^4.7.7",
"nodemailer": "^6.7.3",
"nodemailer-express-handlebars": "^5.0.0"
},
"devDependencies": {}
}