master-zapier-plan-draft/packages/verae-bootstrap/package.json
George Lambert 2d51d7a0dd
Some checks are pending
offline / test (push) Waiting to run
Document catalog host moves and add per-module host-deps installer.
zapier-docs-master now has CATALOG-HOST.md (relative PDFs / rewrite-docs-host.py)
and HOST-DEPS.md. verae-bootstrap/scripts/host-deps.sh checks and installs
git, Node, native build tools, and nats-server on Debian or Alpine from
host-deps.tsv (every Forgejo module). fetch.sh runs it before clone/npm.
2026-09-11 23:12:25 -04:00

13 lines
397 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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",
"host-deps": "bash scripts/host-deps.sh",
"fetch": "bash scripts/fetch.sh",
"test": "bash scripts/test.sh"
}
}