-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
31 lines (31 loc) · 865 Bytes
/
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
{
"name": "musicder_telegram_bot",
"version": "1.0.0",
"description": "Telegram bot for Musicder, India's first open sourced Song Downloader Telegram Bot",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cachecleanerjeet/Musicder-Bot.git"
},
"dependencies": {
"telegraf": "^3.38.0",
"request": "^2.88.2"
},
"keywords": [
"telegraf",
"telegraf-js",
"jiosaavn",
"music-downloader-bot",
"musicder"
],
"author": "Tuhin Kanti Pal",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cachecleanerjeet/Musicder-Bot/issues"
},
"homepage": "https://github.com/cachecleanerjeet/Musicder-Bot#readme"
}