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.
23 lines
589 B
JSON
23 lines
589 B
JSON
{
|
|
"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"
|
|
}
|