-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 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
{
"name": "armenia.blsspainglobal.com",
"module": "src/index.ts",
"type": "module",
"author": "Viktor Shchelochkov <hi@hloth.dev> (https://hloth.dev)",
"scripts": {
"telegram-notifications-bot": "bun src/bot-callback.ts",
"telegram-tracking-bot": "bun src/bot-tracker.ts"
},
"devDependencies": {
"@eslint/compat": "1.2.5",
"@eslint/js": "9.18.0",
"@types/bun": "latest",
"@types/date-fns": "^2.6.3",
"@types/jsdom": "^21.1.7",
"@types/prompts": "^2.4.9",
"@types/yargs": "^17.0.33",
"eslint": "9.18.0",
"eslint-plugin-prettier": "^5.2.3",
"prettier": "3.4.2",
"typescript-eslint": "8.20.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@types/node-telegram-bot-api": "^0.64.7",
"canvas": "^3.1.0",
"cookie": "^1.0.2",
"date-fns": "^4.1.0",
"glob": "^11.0.1",
"jsdom": "^26.0.0",
"node-telegram-bot-api": "^0.66.0",
"prompts": "^2.4.2",
"yargs": "^17.7.2"
}
}