mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
chore(dependences): clean up
This commit is contained in:
parent
a108a832cd
commit
491edd7cc3
1000
Mail/package-lock.json
generated
1000
Mail/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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": {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user