-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 880 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 880 Bytes
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
{
"name": "sysadmin_chat_bot",
"version": "0.3.0",
"description": "Chat bot for \"System Administrator\" chanel",
"main": "index.mjs",
"scripts": {
"run": "node index.mjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/gig1910/sysadmin_chat_bot.git"
},
"keywords": [
"telegramm",
"bot",
"sys_admin_chat"
],
"author": "KulikovAS aka GiG",
"license": "ISC",
"bugs": {
"url": "https://github.com/gig1910/sysadmin_chat_bot/issues"
},
"homepage": "https://github.com/gig1910/sysadmin_chat_bot#readme",
"dependencies": {
"circular-json": "^0.5.9",
"markdown-it": "^14.1.0",
"node-fetch": "^3.3.2",
"openai": "^4.85.4",
"pg": "^8.11.5",
"telegraf": "^4.12.2"
},
"devDependencies": {
"@types/node": "^20.17.10"
}
}