{ "name": "zapier-platform-example-app-github", "version": "1.0.0", "description": "An example app for the Zapier platform.", "repository": "zapier/zapier-platform-app-github-example", "homepage": "https://zapier.com/developer", "author": "Zane Lyon ", "license": "BSD-3-Clause", "main": "index.js", "scripts": { "test": "jest --testTimeout 10000" }, "engines": { "node": "8.10.0", "npm": ">=5.6.0" }, "dependencies": { "zapier-platform-core": "19.1.0" }, "devDependencies": { "jest": "^26.6.3", "nock": "^13.1.3" } }