-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
41 lines (41 loc) · 1006 Bytes
/
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
{
"name": "@martinreiche/gatsby-firestore",
"description": "Gatsby source plugin for connecting Firestore as data source (including subcollections)",
"version": "1.0.2",
"engines": {
"node": ">=8.13.0"
},
"keywords": [
"firebase",
"firestore",
"gatsby-plugin",
"gatsby-source-plugin",
"gatsby-source",
"gatsby",
"subcollections"
],
"main": "gatsby-node.js",
"files": [
"gatsby-node.js",
"README.md"
],
"scripts": {
"lint": "prettier --write gatsby-node.js"
},
"dependencies": {
"firebase-admin": "^9.6.0"
},
"devDependencies": {
"prettier": "^2.2.1"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/MartinReiche/gatsby-firestore.git"
},
"author": "Martin Reiche <[email protected]> (https://martinreiche.dev/)",
"bugs": {
"url": "https://github.com/MartinReiche/gatsby-firestore/issues"
},
"homepage": "https://github.com/MartinReiche/gatsby-firestore#readme"
}