-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 801 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 801 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
{
"name": "telebot",
"version": "1.0.0",
"description": "Bot telegram",
"main": "index.js",
"scripts": {
"start": "nodemon .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bot",
"telebot",
"telegram"
],
"author": "Restu",
"license": "ISC",
"dependencies": {
"@bochilteam/scraper": "^3.0.0",
"@ksolo/spotify-search": "^1.0.0",
"anime-actions": "^1.0.6",
"axios": "^0.26.0",
"brainly-scraper-v2": "^2.2.6",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.12",
"express": "^4.18.1",
"form-data": "^4.0.0",
"jsdom": "^20.0.0",
"node-fetch": "^2.6.1",
"node-schedule": "^2.1.0",
"openai": "^3.1.0",
"ssl-root-cas": "^1.3.1",
"spotifydl-core": "^0.2.0",
"telegraf": "^4.7.0"
}
}