UNPKG

@bernhardg/gatsby-source-airtable

Version:

Gatsby Airtable Source with Linked Nodes, Multiple Tables and File Nodes.

47 lines (46 loc) 1.09 kB
{ "name": "@bernhardg/gatsby-source-airtable", "description": "Gatsby Airtable Source with Linked Nodes, Multiple Tables and File Nodes.", "version": "2.1.1", "repository": "git@github.com:jbolda/gatsby-source-airtable.git", "author": "Jacob Bolda <me@jacobbolda.com>", "main": "index.js", "files": [ "/gatsby-node.js" ], "scripts": { "c": "all-contributors", "format": "prettier --write \"{gatsby-node.js,README.md,package.json}\"", "test": "echo \"Error: no test specified\"" }, "dependencies": { "airtable": "^0.8.0", "bluebird": "^3.5.4", "mime": "^2.4.4" }, "devDependencies": { "all-contributors-cli": "6.17.4", "husky": "4.3.0", "prettier": "2.1.2" }, "peerDependencies": { "gatsby-source-filesystem": ">=2.0.0-rc.0" }, "keywords": [ "airtable", "gatsby", "gatsby-plugin", "gatsby-source", "gatsby-source-airtable" ], "husky": { "hooks": { "pre-commit": "yarn format" } }, "prettier": { "proseWrap": "always", "trailingComma": "all" }, "license": "MIT" }