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
23
research/zapier/scratch/veraetime/package.json
Normal file
23
research/zapier/scratch/veraetime/package.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "veraetime",
|
||||
"version": "1.0.0",
|
||||
"description": "Timestamp data on the Verae Time blockchain and verify certificates.",
|
||||
"scripts": {
|
||||
"test": "npm run build && vitest --run",
|
||||
"clean": "rimraf ./dist ./build",
|
||||
"build": "npm run clean && tsc",
|
||||
"dev": "npm run build -- --watch",
|
||||
"_zapier-build": "npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"zapier-platform-core": "19.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rimraf": "^5.0.10",
|
||||
"typescript": "5.6.2",
|
||||
"vitest": "^2.1.2"
|
||||
},
|
||||
"private": true,
|
||||
"exports": "./dist/index.js",
|
||||
"type": "module"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue