master-zapier-plan-draft/package.json
George Lambert b814501441 Milestone 1: Add Numbers Zapier app, /v1/add, developer setup guide
packages/verae-activate is pushable with zapier-platform 19.1.0: local
Add Numbers (number1+number2=sum) needs no hosted API. zapier-platform
validate is clean (0 warnings). zappier POST /v1/add is a free metered
endpoint for the optional hosted path.

Tests: verae-activate 7/7, zappier 176/176, verae-zapier 5/5, middleware
gate 1 11/11. Morning steps: docs/04-activate/SETUP-ZAPIER-DEVELOPER.md

Learned: perform runs on Zapier cloud so arithmetic needs no public URL;
CLI and zapier-platform-core majors must match; do not mix zapier-sdk.
2026-09-09 02:41:34 -04:00

34 lines
1.7 KiB
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-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": "node scripts/gate-not-ready.mjs 9",
"gate:10": "npm --prefix packages/verae-zapier-middleware run test:gate10",
"gate:11": "node --test packages/verae-zapier/test/app.test.js",
"gate:12": "node scripts/gate-not-ready.mjs 12",
"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"
},
"engines": {
"node": ">=20.0.0"
},
"license": "UNLICENSED"
}