Initial commit
This commit is contained in:
44
node_modules/smtp-server/package.json
generated
vendored
Normal file
44
node_modules/smtp-server/package.json
generated
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "smtp-server",
|
||||
"version": "3.18.4",
|
||||
"description": "Create custom SMTP servers on the fly",
|
||||
"main": "lib/smtp-server.js",
|
||||
"scripts": {
|
||||
"test": "grunt",
|
||||
"format": "prettier --write \"**/*.{js,json,md}\"",
|
||||
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install"
|
||||
},
|
||||
"author": "Andris Reinman",
|
||||
"license": "MIT-0",
|
||||
"dependencies": {
|
||||
"ipv6-normalize": "1.0.1",
|
||||
"nodemailer": "8.0.5",
|
||||
"punycode.js": "2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "4.4.1",
|
||||
"eslint": "10.2.0",
|
||||
"eslint-config-nodemailer": "1.2.0",
|
||||
"eslint-config-prettier": "10.1.8",
|
||||
"grunt": "1.6.1",
|
||||
"grunt-cli": "1.5.0",
|
||||
"grunt-eslint": "26.0.0",
|
||||
"grunt-mocha-test": "0.13.3",
|
||||
"mocha": "10.7.3",
|
||||
"pem": "1.14.8",
|
||||
"prettier": "3.8.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/nodemailer/smtp-server.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/nodemailer/smtp-server/issues"
|
||||
},
|
||||
"keywords": [
|
||||
"SMTP"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=18.18.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user