-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 758 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 758 Bytes
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
{
"name": "TelegramNotification",
"version": "2.3.0",
"description": "Allows you to send alert messages to a specified Telegram chat.",
"repository": {
"type": "git",
"url": "https://github.com/irgendwr/TelegramAlert"
},
"scripts": {
"build": "webpack",
"lint": "eslint src",
"lint:path": "eslint",
"test": "jest"
},
"eslintConfig": {
"extends": "graylog"
},
"keywords": [
"graylog"
],
"author": "Jona Bögle <graylog@jona.boegle.me>",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.21",
"react-select": "5.8.0",
"styled-components": "^5.2.1"
},
"devDependencies": {
"graylog-web-plugin": "file:../graylog2-server/graylog2-web-interface/packages/graylog-web-plugin"
}
}