test-smtp-server
Version:
The test-smtp-server package allows internal testing of projects needing an SMTP server.
70 lines (69 loc) • 1.83 kB
JSON
{
"name": "test-smtp-server",
"version": "0.9.10",
"description": "The test-smtp-server package allows internal testing of projects needing an SMTP server.",
"main": "./build/lib/test-smtp-server.js",
"types": "./build/lib/test-smtp-server.d.ts",
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"/build/lib/test-smtp-server.js",
"/build/lib/test-smtp-server.d.ts"
],
"scripts": {
"build": "tsc",
"lint": "eslint \"{lib,test}/**/*.{ts,tsx,mjs,js}\"",
"test": "npm run test:ts && npm run test:js",
"test:ts": "node build/test/index.js",
"test:js": "node test/jstest.mjs",
"preversion": "npm run build && npm test",
"postversion": "git push --follow-tags"
},
"bugs": {
"url": "https://github.com/webstech/test-smtp-server/issues"
},
"homepage": "https://github.com/webstech/test-smtp-server#readme",
"keywords": [
"smtp",
"development",
"test",
"fake",
"dummy",
"mock",
"faux",
"email",
"e-mail",
"automated",
"integration",
"ci"
],
"author": "Chris. Webster <chris@webstech.net> (https://www.webstech.com/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/webstech/test-smtp-server"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^5.2.2",
"@types/node": "^24.2.0",
"@types/nodemailer": "^6.4.16",
"@types/smtp-server": "^3.5.10",
"commander": "^14.0.0",
"eslint": "^9.11.1",
"eslint-plugin-jsdoc": "^52.0.2",
"eslint-plugin-security": "^3.0.1",
"nodemailer": "^7.0.2",
"typescript": "^5.6.2",
"typescript-eslint": "8.39.0"
},
"dependencies": {
"@types/mailparser": "^3.4.4",
"mailparser": "^3.7.1",
"smtp-server": "^3.13.5"
},
"engines": {
"node": ">= 18.16.1"
}
}