Initial import of verae-access-api from zapier monorepo

This commit is contained in:
George Lambert 2026-09-11 17:16:55 -04:00
commit d56d20c38f
5 changed files with 121 additions and 0 deletions

11
package.json Normal file
View file

@ -0,0 +1,11 @@
{
"name": "verae-access-api",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Direct customer API access plane (x-api-key, not Zapier)",
"scripts": {
"start": "node src/server.js",
"test": "node --test test/*.test.js"
}
}