-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 996 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": "hawhh-calendarbot-telegrambot",
"version": "9.4.3",
"private": true,
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/HAWHHCalendarBot/telegrambot.git"
},
"scripts": {
"start": "tsc && node --enable-source-maps dist/hawhh-calendarbot-telegrambot.js",
"test": "tsc && xo && node --enable-source-maps --test"
},
"type": "module",
"engines": {
"node": ">=20"
},
"dependencies": {
"@grammyjs/i18n": "^1.1.2",
"@grammyjs/stateless-question": "^4.0.0",
"array-filter-unique": "^3.0.0",
"grammy": "^1.31.0",
"grammy-inline-menu": "^9.2.0",
"json-stable-stringify": "^1.2.1",
"telegraf-middleware-console-time": "^2.0.0",
"telegram-format": "^3.1.0"
},
"devDependencies": {
"@sindresorhus/tsconfig": "^7.0.0",
"@types/node": "^20.17.5",
"typescript": "^5.7.2",
"xo": "^0.60.0"
},
"xo": {
"rules": {
"unicorn/prevent-abbreviations": "off",
"@typescript-eslint/naming-convention": "off"
}
}
}