UNPKG

zapier-platform-cli

Version:

The CLI for apps in the Zapier Developer Platform.

29 lines (19 loc) 422 B
// Created by 'zapier convert'. This is just a stub - you will need to edit! <%= REQUIRES %> const App = { version: require('./package.json').version, platformVersion: require('zapier-platform-core').version, authentication: <%= AUTHENTICATION %>, resources: { }, triggers: { <%= TRIGGERS %> }, searches: { <%= SEARCHES %> }, creates: { <%= CREATES %> } }; module.exports = App;