-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 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
{
"name": "lofi-radio",
"version": "1.0.0",
"description": "It is a discord music bot which can play lo-fi song 24/7 & more functions of lofi radio bot",
"main": "src/index.js",
"dependencies": {
"canvas": "^2.11.2",
"canvas-constructor": "^4.1.0",
"chalk": "^4.1.2",
"cpu-stat": "^2.0.1",
"delay": "^5.0.0",
"discord.js": "^13.15.0",
"dotenv": "^16.0.3",
"fs": "^0.0.1-security",
"kazagumo": "2.3.2",
"kazagumo-spotify": "^1.2.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"mongoose": "^6.10.5",
"ms": "^2.1.3",
"node-superfetch": "^0.3.3",
"nodemon": "^2.0.22",
"path": "^0.12.7",
"shoukaku": "^3.4.0",
"util": "^0.12.5"
},
"devDependencies": {},
"scripts": {
"test": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diwasatreya/Lofi-Radio.git"
},
"keywords": [
"lavalink",
"discord-lofi",
"discord-music-bot"
],
"author": "diwasatreya",
"license": "ISC",
"bugs": {
"url": "https://github.com/diwasatreya/Lofi-Radio/issues"
},
"homepage": "https://github.com/diwasatreya/Lofi-Radio#readme"
}