Initial import of zappier-identity from zapier monorepo

This commit is contained in:
George Lambert 2026-09-11 18:13:22 -04:00
commit ec580a4a0c
8 changed files with 204 additions and 0 deletions

14
package.json Normal file
View file

@ -0,0 +1,14 @@
{
"name": "zappier-identity",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Mailbox: bind and lookup veraeUserId (not JWTs)",
"scripts": {
"start": "node src/server.js",
"test": "node --test test/*.test.js"
},
"dependencies": {
"nats": "^2.28.2"
}
}