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.
34 lines
958 B
JSON
34 lines
958 B
JSON
{
|
|
"name": "zapier-platform-example-app-onedrive",
|
|
"version": "1.0.0",
|
|
"description": "An example app for the Zapier platform. Implements part of the OneDrive API",
|
|
"repository": "zapier/zapier-platform-example-app-onedrive",
|
|
"homepage": "https://zapier.com/",
|
|
"author": "Zapier <partners@zapier.com>",
|
|
"license": "BSD-3-Clause",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "node_modules/.bin/eslint .",
|
|
"posttest": "npm run lint",
|
|
"test": "mocha --recursive --timeout 25000",
|
|
"coverage": "istanbul cover _mocha -- --recursive --timeout 25000"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.10.2",
|
|
"npm": ">=3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"async": "2.4.1",
|
|
"content-disposition": "0.5.2",
|
|
"lodash": "4.17.23",
|
|
"node-fetch": "1.7.1",
|
|
"zapier-platform-core": "19.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "3.19.0",
|
|
"istanbul": "0.4.5",
|
|
"mocha": "3.2.0",
|
|
"should": "11.2.1"
|
|
},
|
|
"private": true
|
|
}
|