forked from iobroker-community-adapters/ioBroker.telegram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.13 KB
/
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
{
"name": "iobroker.telegram",
"description": "The adapter allows to send and receive telegram messages from ioBroker and to be a broker.",
"version": "1.5.2",
"author": "bluefox <dogafox@gmail.com>",
"homepage": "https://github.com/iobroker-community-adapters/ioBroker.telegram",
"repository": {
"type": "git",
"url": "https://github.com/iobroker-community-adapters/ioBroker.telegram"
},
"keywords": [
"iobroker",
"notification",
"telegram",
"message"
],
"socksv5description": "Taken from https://github.com/christophgysin/socksv5/commits/fix-normailzeargs",
"dependencies": {
"node-telegram-bot-api": "^0.40.0",
"socksv5": "https://github.com/christophgysin/socksv5/tarball/7b4eba5b30ecdb6d9e656dcfede1e6884dc7c6d9",
"@iobroker/adapter-core": "^1.0.3",
"request": "^2.88.2"
},
"devDependencies": {
"gulp": "^4.0.2",
"mocha": "^7.0.1",
"chai": "^4.2.0"
},
"bugs": {
"url": "https://github.com/iobroker-community-adapters/ioBroker.telegram/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"license": "MIT"
}