Compose-ready workspace: packages/zappier (rate card, portal, Stripe), packages/verae-zapier-middleware (timestamp + NATS), packages/verae-zapier (CLI app), vendor/zapier-platform, and research/zapier vendor corpus. Gate 0 structure checks pass. Product code and research are not yet wired. |
||
|---|---|---|
| .. | ||
| bin | ||
| docs/build | ||
| examples | ||
| lib | ||
| smoke-test | ||
| test | ||
| .gitignore | ||
| .nvmrc | ||
| ARCHITECTURE.md | ||
| CHANGELOG.md | ||
| exported-schema.json | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| schema.js | ||
Zapier Platform Schema
This is the schema for Zapier integrations.
For documentation:
Development
See CONTRIBUTING.md and ARCHITECTURE.md of this package in particular.
Useful commands:
pnpmto install packages and get startedpnpm lintto lint codepnpm testto run testspnpm smoke-testto run smoke testspnpm coverageto run tests and display test coveragepnpm validateto run tests, smoke tests, and linterpnpm exportto update the exported-schema (even if only the version changes)pnpm docsto update docs (even if only the version changes)pnpm buildto update docs and the exported-schema (even if only the version changes)
Publishing
Only do this after merging your PR to main.
pnpm version --[patch|minor|major]will pull, test, update exported-schema, update docs, increment version in package.json, push tags, and publish to npm