-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 937 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
{
"name": "pino-telegram-webhook",
"version": "0.2.3",
"description": "A [Pino v7+ transport](https://getpino.io/#/docs/transports?id=v7-transports) to send message to [Telegram](https://telegram.org/)",
"keywords": [
"pino",
"telegram",
"webhook",
"telegram webhook"
],
"main": "index.js",
"type": "module",
"scripts": {
"test": "node --test"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=7.24.2"
},
"dependencies": {
"pino-abstract-transport": "^1.2.0"
},
"repository": "https://github.com/Jhon-Mosk/pino-telegram-webhook",
"bugs": {
"url": "https://github.com/Jhon-Mosk/pino-telegram-webhook/issues"
},
"homepage": "https://github.com/Jhon-Mosk/pino-telegram-webhook",
"author": {
"name": "Evgeniy Politiko",
"email": "Jhon-mosk@yandex.ru",
"url": "https://jhon-mosk.ru/"
},
"license": "MIT",
"devDependencies": {
"undici": "^6.19.8"
}
}