forked from jbolda/gatsby-source-airtable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "gatsby-source-airtable",
"description": "Gatsby Airtable Source with Linked Nodes, Multiple Tables and File Nodes.",
"version": "2.2.1",
"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.2",
"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.21.0"
}
}