notamitgamer

It's my profile man, there is ...
Log | Files | Refs | README

commit a4162975139f92e0100025d2c77ed73101900d7d
parent de0c4d11e0d980ec6a1647a1c64fbac6a707fb44
Author: AMIT DUTTA <amitdutta4255@gmail.com>
Date:   Sun, 22 Feb 2026 14:14:57 +0530

Add package.json for email-router project
Diffstat:
Apackage.json | 17+++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)

diff --git a/package.json b/package.json @@ -0,0 +1,17 @@ +{ + "name": "email-router", + "version": "1.0.0", + "description": "Custom email routing webhook for Render", + "main": "server.js", + "scripts": { + "start": "node server.js" + }, + "dependencies": { + "express": "^4.19.0", + "resend": "^3.2.0", + "svix": "^1.24.0" + }, + "engines": { + "node": ">=18.0.0" + } +}
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror