forked from jbolda/gatsby-source-airtable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.09 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
{
"name": "gatsby-source-baserow",
"description": "Gatsby Baserow Source with Linked Nodes, Multiple Tables and File Nodes.",
"version": "0.0.1",
"repository": "[email protected]:jibe-b/gatsby-source-baserow.git",
"author": "jibe-b <[email protected]>",
"license": "MIT",
"main": "index.js",
"files": [
"/gatsby-node.js"
],
"keywords": [
"baserow",
"gatsby",
"gatsby-plugin",
"gatsby-source",
"gatsby-source-baserow"
],
"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": {
"bluebird": "^3.5.4",
"mime": "^2.4.4"
},
"devDependencies": {
"all-contributors-cli": "6.20.0",
"covector": "0.7.2",
"husky": "6.0.0",
"prettier": "2.3.2"
},
"peerDependencies": {
"gatsby-source-filesystem": ">=2.0.0-rc.0"
},
"prettier": {
"proseWrap": "always",
"trailingComma": "all"
},
"volta": {
"node": "14.17.3",
"npm": "7.14.0"
}
}