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.
52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"name": "zapier-platform-legacy-scripting-runner",
|
|
"version": "4.0.8",
|
|
"description": "Zapier's Legacy Scripting Runner, used by Web Builder apps converted to CLI.",
|
|
"repository": "zapier/zapier-platform",
|
|
"homepage": "https://platform.zapier.com/",
|
|
"author": "Zapier Engineering <contact@zapier.com>",
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"main": "index.js",
|
|
"files": [
|
|
"/*.js"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "CLIENT_ID=1234 CLIENT_SECRET=asdf AWS_ACCESS_KEY_ID=fake AWS_SECRET_ACCESS_KEY=fake mocha --recursive -t 20s --exit",
|
|
"test:debug": "CLIENT_ID=1234 CLIENT_SECRET=asdf AWS_ACCESS_KEY_ID=fake AWS_SECRET_ACCESS_KEY=fake mocha inspect --recursive -t 20s --exit",
|
|
"preversion": "git pull",
|
|
"postversion": "git push && git push --tags",
|
|
"validate": "pnpm test && pnpm lint"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.10.0",
|
|
"npm": ">=5.6.0"
|
|
},
|
|
"dependencies": {
|
|
"async": "2.6.4",
|
|
"flat": "5.0.2",
|
|
"form-data": "2.3.3",
|
|
"jquery": "3.5.0",
|
|
"jsdom": "7.0.0",
|
|
"lodash": "4.18.1",
|
|
"moment-timezone": "0.5.43",
|
|
"node-fetch": "2.6.7",
|
|
"request": "2.88.2",
|
|
"synckit": "0.6.0",
|
|
"underscore": "1.13.8",
|
|
"@xmldom/xmldom": "0.8.13"
|
|
},
|
|
"peerDependencies": {
|
|
"zapier-platform-core": ">=14"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"zapier-platform-core": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"aws-sdk": "^2.1397.0",
|
|
"nock": "13.3.1",
|
|
"zapier-platform-core": ">=7.6.0"
|
|
}
|
|
}
|