-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.03 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
{
"name": "aze-bot-tele",
"version": "1.0.0",
"description": "Telegram Bot Using Api Official",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/resahdevv/Aze-Bot-Tele.git"
},
"keywords": [
"Telegram-Api",
"Bot-Telegram",
"Bot-Father"
],
"author": "RezaDevv",
"license": "MIT",
"dependencies": {
"axios": "^0.24.0",
"chalk": "^4.1.0",
"child_process": "^1.0.2",
"figlet": "^1.6.0",
"fs": "0.0.1-security",
"human-readable": "^0.2.1",
"moment-timezone": "^0.5.43",
"my-yts-api": "^1.0.2",
"node-fetch": "^2.6.1",
"openai": "github:openai/openai-node",
"os": "^0.1.2",
"path": "^0.12.7",
"performance-now": "^2.1.0",
"qrcode-terminal": "^0.12.0",
"telegraf": "npm:telegraf@^4.3.0",
"util": "^0.12.4"
},
"bugs": {
"url": "https://github.com/resahdevv/Aze-Bot-Tele/issues"
},
"homepage": "https://github.com/resahdevv/Aze-Bot-Tele#readme"
}