elektrine-haraka/package.json
Maxfield Luke 67c1d41a0c
Some checks are pending
CI and deploy / Test (push) Waiting to run
CI and deploy / Build, push, and deploy (push) Blocked by required conditions
Initial commit on Forgejo
Fresh repository history for elektrine/elektrine-haraka hosted at
https://git.elektrine.com/elektrine/elektrine-haraka.
2026-07-29 04:43:42 -04:00

21 lines
563 B
JSON

{
"name": "elektrine-haraka",
"description": "Elektrine SMTP Server - Haraka with custom plugins for email processing",
"version": "1.0.0",
"dependencies": {
"haraka-plugin-dkim": "^1.0.11",
"haraka-plugin-spf": "^1.2.10",
"iconv": "^3.0.1",
"mailparser": "^3.9.8",
"redis": "^4.7.0"
},
"scripts": {
"worker": "node ./scripts/elektrine-worker.js",
"test": "node --test test/*.test.js"
},
"repository": {
"type": "git",
"url": "https://git.elektrine.com/elektrine/elektrine-haraka.git"
},
"license": "MIT"
}