Milestone 0: import zappier billing, Verae middleware, and Zapier research
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.
This commit is contained in:
commit
b4150c8250
1364 changed files with 6814366 additions and 0 deletions
30
package.json
Normal file
30
package.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"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"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
},
|
||||
"license": "UNLICENSED"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue