-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 958 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
42
{
"name": "blue-iris-telegram-bot",
"version": "1.0.0",
"description": "Telegram bot that notifies about alerts from blue iris",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tlow92/blue-iris-telegram-bot.git"
},
"keywords": [
"alert",
"bot",
"telegram",
"blue",
"iris",
"trigger",
"snapshot",
"blueiris",
"notification",
"surveillance",
"camera",
"web",
"request"
],
"author": "Thilo Reiner",
"license": "ISC",
"bugs": {
"url": "https://github.com/tlow92/blue-iris-telegram-bot/issues"
},
"homepage": "https://github.com/tlow92/blue-iris-telegram-bot#readme",
"dependencies": {
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"fluent-ffmpeg": "^2.1.2",
"telegraf": "^3.33.3"
}
}