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.
4 lines
135 B
JavaScript
Executable file
4 lines
135 B
JavaScript
Executable file
#!/usr/bin/env node
|
|
|
|
const zapierSchema = require('zapier-platform-schema');
|
|
console.log(JSON.stringify(zapierSchema.exportSchema()));
|