Static catalog (index + copied docs/modules/models/sphinx/setup HTML+PDF). Deploy via rsync to NS1 /SSD2/sites/zapier.georgelambert.org with Caddy vhost and Let's Encrypt. Architecture note for job wait, multipart split, hash receipts, and bloom-filtered WORM archive fan-out over NATS.
38 lines
1.9 KiB
JSON
38 lines
1.9 KiB
JSON
{
|
||
"name": "verae-zapier-workspace",
|
||
"version": "0.1.0",
|
||
"private": true,
|
||
"description": "Verae Time × Zapier: commercial edge (zappier) + timestamp middleware + Platform CLI app",
|
||
"type": "module",
|
||
"scripts": {
|
||
"gate:0": "node scripts/gate-0-structure.mjs",
|
||
"gate:1": "npm --prefix packages/verae-zapier-middleware run test:gate1",
|
||
"gate:2": "npm --prefix packages/verae-zapier-middleware run test:gate2",
|
||
"gate:3": "npm --prefix packages/verae-zapier-middleware run test:gate3",
|
||
"gate:4": "npm --prefix packages/verae-zapier-middleware run test:gate4",
|
||
"gate:5": "npm --prefix packages/verae-zapier-middleware run test:gate5",
|
||
"gate:6": "npm --prefix packages/verae-zapier-middleware run test:gate6",
|
||
"gate:7": "npm --prefix packages/verae-zapier-middleware run test:gate7",
|
||
"gate:8": "npm --prefix packages/verae-zapier-middleware run test:gate8",
|
||
"gate:9": "npm --prefix packages/verae-zapier-middleware run test:gate9",
|
||
"gate:10": "npm --prefix packages/verae-zapier-middleware run test:gate10",
|
||
"gate:11": "node --test packages/verae-zapier/test/app.test.js",
|
||
"gate:12": "bash harness/scripts/smoke.sh",
|
||
"gate:13": "node scripts/gate-not-ready.mjs 13",
|
||
"gate:all": "node scripts/gate-all.mjs",
|
||
"test:middleware": "npm --prefix packages/verae-zapier-middleware test",
|
||
"test:zappier": "npm --prefix packages/zappier test",
|
||
"test:activate": "npm --prefix packages/verae-activate test",
|
||
"docs:modules": "python3 scripts/gen-module-docs.py",
|
||
"docs:sphinx": "sphinx-build -b html docs/sphinx docs/sphinx/_build/html",
|
||
"docs:pdf": "python3 scripts/gen-module-pdfs.py",
|
||
"docs:site": "python3 scripts/build-docs-site.py",
|
||
"docs:deploy": "bash scripts/deploy-docs-site.sh",
|
||
"test:offline": "bash scripts/test-offline.sh",
|
||
"nats:tunnel": "bash scripts/nats-tunnel.sh"
|
||
},
|
||
"engines": {
|
||
"node": ">=20.0.0"
|
||
},
|
||
"license": "UNLICENSED"
|
||
}
|