-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 998 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
{
"name": "tg-alerter",
"version": "0.0.1",
"description": "Application for telegram alerting.",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsigel/tg-alerter.git"
},
"keywords": [
"alerting",
"telegram"
],
"author": "tsigel",
"license": "ISC",
"bugs": {
"url": "https://github.com/tsigel/tg-alerter/issues"
},
"homepage": "https://github.com/tsigel/tg-alerter#readme",
"devDependencies": {
"typescript": "^5.1.3"
},
"dependencies": {
"@tsigel/getenvprop": "^1.0.1",
"@tsigel/logger": "^1.0.3",
"@types/koa": "^2.13.6",
"@types/koa-router": "^7.4.4",
"@types/node-telegram-bot-api": "^0.61.6",
"@types/ramda": "^0.29.2",
"@types/yup": "^0.32.0",
"koa-body": "^6.0.1",
"koa-router": "^12.0.0",
"node-telegram-bot-api": "^0.61.0",
"ramda": "^0.29.0",
"yup": "^1.2.0"
}
}