-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "bot-get-lessons",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"start": "ts-node .",
"ts-check": "tsc --noEmit"
},
"author": "Keller",
"license": "MIT",
"dependencies": {
"@keller18306/table2canvas": "^0.0.3",
"@keller18306/yandex-dialogs-sdk": "^1.0.2",
"canvas": "^2.11.2",
"cbor-x": "^1.5.8",
"chokidar": "^3.5.3",
"cron": "^2.3.0",
"express": "^4.19.2",
"express-async-handler": "^1.2.0",
"gaxios": "^6.3.0",
"googleapis": "^129.0.0",
"got": "^11.8.5",
"iconv-lite": "^0.6.3",
"jsdom": "^23.0.1",
"lodash": "^4.17.21",
"natural": "^6.2.0",
"pg": "^8.11.5",
"puregram": "^2.25.1",
"sequelize": "^6.37.3",
"sqlite3": "^5.1.7",
"status-code-enum": "^1.0.0",
"systeminformation": "^5.17.12",
"throttled-queue": "^2.1.4",
"viber-bot": "^1.0.18",
"vk-io": "^4.9.1",
"zod": "^3.22.4",
"zod-validation-error": "^3.0.0"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.3",
"@types/express": "^4.17.13",
"@types/jsdom": "^21.1.0",
"@types/node": "^20",
"tslib": "^2.3.1",
"typescript": "^5.0.4"
}
}