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.
26 lines
634 B
JSON
26 lines
634 B
JSON
{
|
|
"name": "zapier-platform-example-app-middleware",
|
|
"version": "1.0.0",
|
|
"description": "An example app for the Zapier platform.",
|
|
"repository": "zapier/zapier-platform-example-app-middleware",
|
|
"homepage": "https://zapier.com/",
|
|
"author": "Bryan Helmig <bryan@zapier.com>",
|
|
"license": "BSD-3-Clause",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha --recursive"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.10.0",
|
|
"npm": ">=5.6.0"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "4.18.1",
|
|
"zapier-platform-core": "19.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^5.2.0",
|
|
"should": "^13.2.0"
|
|
},
|
|
"private": true
|
|
}
|