{
  "name": "gatsby-source-airtable",
  "description": "Gatsby Airtable Source with Linked Nodes, Multiple Tables and File Nodes.",
  "version": "2.4.4",
  "repository": {
    "type": "git",
    "url": "https://github.com/gatsby-uc/plugins.git",
    "directory": "packages/gatsby-plugin-airtable"
  },
  "homepage": "https://github.com/gatsby-uc/plugins/blob/main/packages/gatsby-source-airtable/README.md",
  "author": "Jacob Bolda <me@jacobbolda.com>",
  "license": "MIT",
  "main": "index.js",
  "files": [
    "/gatsby-node.js"
  ],
  "keywords": [
    "airtable",
    "gatsby",
    "gatsby-plugin",
    "gatsby-source",
    "gatsby-source-airtable"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\""
  },
  "dependencies": {
    "airtable": "^0.12.2",
    "bluebird": "^3.7.2",
    "mime": "^2.6.0"
  },
  "devDependencies": {
    "covector": "0.12.4"
  },
  "peerDependencies": {
    "gatsby-source-filesystem": ">=2.0.0-rc.0"
  }
}
