36 lines
999 B
JSON
36 lines
999 B
JSON
{
|
|
"name": "auto-report-mail",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "auto-report-mail",
|
|
"version": "1.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"node-cron": "^4.2.0",
|
|
"nodemailer": "^7.0.5"
|
|
}
|
|
},
|
|
"node_modules/node-cron": {
|
|
"version": "4.2.0",
|
|
"resolved": "https://registry.npmjs.org/node-cron/-/node-cron-4.2.0.tgz",
|
|
"integrity": "sha512-nOdP7uH7u55w7ybQq9fusXtsResok+ErzvOBydJUPBBaQ9W+EfBaBWFPgJ8sOB7FWQednDvVBJtgP5xA0bME7Q==",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/nodemailer": {
|
|
"version": "7.0.5",
|
|
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-7.0.5.tgz",
|
|
"integrity": "sha512-nsrh2lO3j4GkLLXoeEksAMgAOqxOv6QumNRVQTJwKH4nuiww6iC2y7GyANs9kRAxCexg3+lTWM3PZ91iLlVjfg==",
|
|
"license": "MIT-0",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
}
|
|
}
|
|
}
|