{
  "name": "zapier-platform-schema",
  "version": "15.19.0",
  "description": "Schema definition for CLI apps in the Zapier Developer Platform.",
  "repository": "zapier/zapier-platform",
  "homepage": "https://platform.zapier.com/",
  "author": "Zapier Engineering <contact@zapier.com>",
  "license": "SEE LICENSE IN LICENSE",
  "main": "schema.js",
  "files": [
    "/exported-schema.json",
    "/lib/**/*.js",
    "/schema.js"
  ],
  "scripts": {
    "preversion": "git pull && yarn test && yarn build",
    "test": "mocha -t 10s --recursive test --exit",
    "smoke-test": "mocha -t 10s --recursive smoke-test --exit",
    "test:debug": "mocha --recursive --inspect-brk test",
    "lint": "eslint lib",
    "lint:fix": "eslint --fix lib",
    "coverage": "istanbul cover _mocha -- --recursive",
    "export": "node bin/export.js && prettier --write exported-schema.json",
    "docs": "node bin/docs.js",
    "build": "yarn docs && yarn export",
    "git-add": "git add exported-schema.json README.md docs",
    "precommit": "yarn build && yarn git-add",
    "validate": "yarn test && yarn lint && yarn smoke-test"
  },
  "dependencies": {
    "jsonschema": "1.2.2",
    "lodash": "4.17.21"
  },
  "devDependencies": {
    "fs-extra": "^11.1.1",
    "istanbul": "0.4.5",
    "markdown-toc": "^1",
    "node-fetch": "^2"
  }
}
