Initial import of verae-staff-ui from zapier monorepo

This commit is contained in:
George Lambert 2026-09-11 19:55:13 -04:00
commit a97c5127d8
7 changed files with 216 additions and 0 deletions

8
package.json Normal file
View file

@ -0,0 +1,8 @@
{
"name": "verae-staff-ui",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Shared staff review HTML for CS and access-staff",
"scripts": { "test": "node --test test/*.test.js" }
}