Initial import of verae-bootstrap from zapier monorepo

This commit is contained in:
George Lambert 2026-09-11 19:55:24 -04:00
commit e6bbbaffe8
18 changed files with 353 additions and 0 deletions

12
package.json Normal file
View file

@ -0,0 +1,12 @@
{
"name": "verae-bootstrap",
"version": "0.1.0",
"private": true,
"description": "Clone Verae Time × Zapier git repos and install dependencies for each server type",
"scripts": {
"clone": "bash scripts/clone.sh",
"deps": "bash scripts/install-deps.sh",
"fetch": "bash scripts/fetch.sh",
"test": "bash scripts/test.sh"
}
}