{
  "name": "@ctxhou/gatsby-source-airtable",
  "description": "Gatsby Airtable Source with Linked Nodes, Multiple Tables and File Nodes.",
  "version": "2.2.2",
  "repository": "git@github.com:jbolda/gatsby-source-airtable.git",
  "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": {
    "c": "all-contributors",
    "format": "prettier --write \"{gatsby-node.js,README.md,package.json}\"",
    "test": "echo \"Error: no test specified\"",
    "covector": "covector",
    "prepare": "husky install"
  },
  "dependencies": {
    "airtable": "^0.11.1",
    "bluebird": "^3.5.4",
    "mime": "^2.4.4"
  },
  "devDependencies": {
    "all-contributors-cli": "6.20.0",
    "covector": "0.7.2",
    "husky": "7.0.1",
    "prettier": "2.3.2"
  },
  "peerDependencies": {
    "gatsby-source-filesystem": ">=2.0.0-rc.0"
  },
  "prettier": {
    "proseWrap": "always",
    "trailingComma": "all"
  },
  "volta": {
    "node": "14.17.5",
    "npm": "7.20.3"
  }
}
