forked from Faris372/discord-24x7-music
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 826 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
32
33
34
35
{
"name": "discord-24x7-music",
"version": "1.0.0",
"description": "Host your own music streaming bot that stays in a channel forever and streams music!",
"main": "live.jar",
"dependencies": {
"express": "^4.17.1",
"https": "^1.0.0",
"shelljs": "^0.8.4"
},
"devDependencies": {},
"scripts": {
"test": "npm install",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/navaneethkm004/discord-24x7-music.git"
},
"keywords": [
"discord",
"music",
"bot",
"free",
"host",
"247",
"java"
],
"author": "Navaneeth K M",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/navaneethkm004/discord-24x7-music/issues"
},
"homepage": "https://github.com/navaneethkm004/discord-24x7-music#readme"
}