Some checks are pending
offline / test (push) Waiting to run
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.
13 lines
397 B
JSON
13 lines
397 B
JSON
{
|
||
"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"
|
||
}
|
||
}
|