{
  "name": "zapier-platform-cli",
  "version": "3.0.1",
  "description": "The CLI for apps in the Zapier Developer Platform.",
  "repository": "zapier/zapier-platform-cli",
  "homepage": "https://zapier.com/",
  "author": "Bryan Helmig <bryan@zapier.com>",
  "license": "UNLICENSED",
  "main": "zapier.js",
  "engines": {
    "node": ">=v6.10.2"
  },
  "scripts": {
    "docs": "node lib/bin/docs.js",
    "preversion": "git pull && npm test",
    "version": "npm run docs && npm run gen-completions && git add docs/* goodies/* README.md",
    "postversion": "git push && git push --tags && npm publish",
    "prepublish": "npm run build",
    "build": "rm -rf lib && node_modules/babel-cli/bin/babel.js src -d lib",
    "watch": "rm -rf lib && node_modules/babel-cli/bin/babel.js --watch src -d lib",
    "lint": "node_modules/.bin/eslint zapier.js src test",
    "lint-snippets": "node_modules/.bin/eslint snippets --rule 'no-unused-vars: 0'",
    "test": "npm run build && node_modules/mocha/bin/mocha -t 15000 --recursive lib/tests && npm run lint && npm run lint-snippets",
    "zapier": "zapier.js",
    "validate-templates": "./scripts/validate-app-templates.js",
    "set-template-versions": "./scripts/set-app-template-versions.js",
    "gen-completions": "./scripts/gen-zsh-completions.js > ./goodies/zsh/_zapier && ./scripts/gen-bash-completions.js > ./goodies/bash/_zapier"
  },
  "dependencies": {
    "adm-zip": "0.4.7",
    "archiver": "1.3.0",
    "babel-polyfill": "6.23.0",
    "browserify": "14.4.0",
    "cli-table2": "0.2.0",
    "colors": "1.1.2",
    "fs-extra": "3.0.1",
    "klaw": "1.3.1",
    "lodash": "4.17.4",
    "node-fetch": "1.7.1",
    "read": "1.0.7",
    "semver": "5.3.0",
    "string-length": "1.0.1",
    "through2": "2.0.3",
    "tmp": "0.0.31",
    "update-notifier": "2.2.0"
  },
  "devDependencies": {
    "babel-cli": "6.24.1",
    "babel-eslint": "7.2.3",
    "babel-preset-es2015": "6.24.1",
    "eslint": "4.0.0",
    "fetch-mock": "5.11.0",
    "jayson": "2.0.3",
    "litdoc": "1.5.6",
    "markdown-toc": "1.1.0",
    "mocha": "3.4.2",
    "ngrok": "2.2.10",
    "node-watch": "0.5.4",
    "should": "11.2.1",
    "yamljs": "0.3.0"
  },
  "bin": {
    "zapier": "zapier.js"
  }
}
