-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 887 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
{
"name": "mumble-friend-notifier",
"version": "1.0.0",
"description": "Sends an android push notification when your friends connect to a mumble server",
"main": "src/index.mjs",
"type": "module",
"scripts": {
"preinstall": "npx npm-force-resolutions"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vith/mumble-friend-notifier.git"
},
"keywords": [
"mumble",
"push-notification"
],
"author": "Jason Papakostas <vithos@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/vith/mumble-friend-notifier/issues"
},
"homepage": "https://github.com/vith/mumble-friend-notifier#readme",
"dependencies": {
"dotenv-safe": "^8.2.0",
"node-fetch": "^2.6.0",
"pegjs": "^0.10.0",
"tailfd": "^0.1.6"
},
"resolutions": {
"watchfd": "git+https://github.com/soldair/node-watchfd.git"
}
}