Initial import of verae-nats-accounts from zapier monorepo

This commit is contained in:
George Lambert 2026-09-11 19:27:26 -04:00
commit 65fbf70e66
7 changed files with 103 additions and 0 deletions

10
package.json Normal file
View file

@ -0,0 +1,10 @@
{
"name": "verae-nats-accounts",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "NATS account and leaf subject policy (INTERNAL vs LEAF)",
"scripts": {
"test": "node --test test/*.test.js"
}
}