forked from BenAOlson/gatsby-plugin-firebase-messaging
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 859 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
{
"name": "gatsby-plugin-firebase-messaging",
"version": "1.0.2",
"description": "Gatsby plugin to help manage Firebase messaging service worker",
"main": "index.js",
"author": "Benjamin Olson <[email protected]>",
"license": "MIT",
"keywords": [
"gatsby",
"gatsby-plugin",
"firebase",
"messaging"
],
"repository": {
"type": "git",
"url": "https://github.com/BenAOlson/gatsby-plugin-firebase-messaging"
},
"homepage": "https://github.com/BenAOlson/gatsby-plugin-firebase-messaging#readme",
"bugs": {
"url": "https://github.com/BenAOlson/gatsby-plugin-firebase-messaging/issues"
},
"devDependencies": {
"typescript": "^3.8.3"
},
"peerDependencies": {
"gatsby": "^2.19.38"
},
"scripts": {
"build": "tsc -b",
"watch": "tsc --watch"
},
"engines": {
"node": ">=10.19.0"
}
}