-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
61 lines (61 loc) · 2.04 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
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.10.6",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"scripts": {
"dev": "npx ts-node index.ts",
"test": "npx nodemon index.ts",
"start": "node build/index.js",
"build": "npx tsc --outDir build",
"pretty": "npx prettier --write . --ignore-path .gitignore"
},
"dependencies": {
"@grammyjs/auto-retry": "^1.1.1",
"@grammyjs/parse-mode": "^1.9.0",
"@grammyjs/runner": "^2.0.3",
"@spotify/web-api-ts-sdk": "^1.1.2",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"grammy": "^1.20.2",
"node-html-parser": "^6.1.12"
},
"name": "lemonic-telegram-bot",
"description": "Lemonic is a powerful Telegram bot that allows you to download, stream, and search for music files and albums across different platforms, all within the convenience of your Telegram app. It leverages the capabilities of the https://grammy.dev library to provide a seamless and efficient user experience.",
"version": "1.0.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/viperadnan-git/lemonic-telegram-bot.git"
},
"keywords": [
"telegram",
"telegram-bot",
"telegram-api",
"music-bot",
"music-download",
"telegram-bots",
"spotify-downloader",
"spotify-web-api",
"music-downloader",
"song-downloader",
"soundcloud-downloader",
"deezer-downloader",
"telegram-music-bot",
"music-downloader-bot",
"telegram-music-bot-repo",
"telegram-music",
"song-download-bot"
],
"author": {
"name": "Adnan Ahmed",
"email": "viperadnan@gmail.com"
},
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/viperadnan-git/lemonic-telegram-bot/issues"
},
"homepage": "https://github.com/viperadnan-git/lemonic-telegram-bot#readme"
}