mirror of
https://github.com/tomru/wichteln.git
synced 2026-03-02 22:17:15 +01:00
25 lines
589 B
JSON
25 lines
589 B
JSON
{
|
|
"name": "wichteln",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "wichteln",
|
|
"version": "1.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"nodemailer": "^6.9.16"
|
|
}
|
|
},
|
|
"node_modules/nodemailer": {
|
|
"version": "6.9.16",
|
|
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.16.tgz",
|
|
"integrity": "sha512-psAuZdTIRN08HKVd/E8ObdV6NO7NTBY3KsC30F7M4H1OnmLCUNaS56FpYxyb26zWLSyYF9Ozch9KYHhHegsiOQ==",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
}
|
|
}
|
|
}
|